diff options
| author | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
| commit | 1e094abc6c4c6866b0abad198b1785d2da3d327c (patch) | |
| tree | b448c85510b88da34cfe06469f5a976fbed889ae /nvim/after | |
| parent | bd2a637b4593d8a64010a0438ce1c9b57a9436a5 (diff) | |
i couldn't help it
Diffstat (limited to 'nvim/after')
| -rw-r--r-- | nvim/after/ftplugin/c.lua | 3 | ||||
| -rw-r--r-- | nvim/after/ftplugin/css.lua | 3 | ||||
| -rw-r--r-- | nvim/after/ftplugin/html.lua | 3 | ||||
| -rw-r--r-- | nvim/after/ftplugin/typescript.lua | 3 | ||||
| -rw-r--r-- | nvim/after/ftplugin/typescriptreact.lua | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/nvim/after/ftplugin/c.lua b/nvim/after/ftplugin/c.lua deleted file mode 100644 index 5ea81f6..0000000 --- a/nvim/after/ftplugin/c.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.softtabstop = 0 -vim.opt.expandtab = false -vim.opt.shiftwidth = 4 diff --git a/nvim/after/ftplugin/css.lua b/nvim/after/ftplugin/css.lua deleted file mode 100644 index ed7f6bb..0000000 --- a/nvim/after/ftplugin/css.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.tabstop = 2 -vim.opt.softtabstop = 2 -vim.opt.shiftwidth = 2 diff --git a/nvim/after/ftplugin/html.lua b/nvim/after/ftplugin/html.lua deleted file mode 100644 index ed7f6bb..0000000 --- a/nvim/after/ftplugin/html.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.tabstop = 2 -vim.opt.softtabstop = 2 -vim.opt.shiftwidth = 2 diff --git a/nvim/after/ftplugin/typescript.lua b/nvim/after/ftplugin/typescript.lua deleted file mode 100644 index ed7f6bb..0000000 --- a/nvim/after/ftplugin/typescript.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.tabstop = 2 -vim.opt.softtabstop = 2 -vim.opt.shiftwidth = 2 diff --git a/nvim/after/ftplugin/typescriptreact.lua b/nvim/after/ftplugin/typescriptreact.lua deleted file mode 100644 index ed7f6bb..0000000 --- a/nvim/after/ftplugin/typescriptreact.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.tabstop = 2 -vim.opt.softtabstop = 2 -vim.opt.shiftwidth = 2 |
