aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin')
-rw-r--r--modules/neovim/nvim/after/ftplugin/c.lua4
-rw-r--r--modules/neovim/nvim/after/ftplugin/tea.lua2
-rw-r--r--modules/neovim/nvim/after/ftplugin/vim.lua2
3 files changed, 6 insertions, 2 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/c.lua b/modules/neovim/nvim/after/ftplugin/c.lua
index 8b6f83d..bd30255 100644
--- a/modules/neovim/nvim/after/ftplugin/c.lua
+++ b/modules/neovim/nvim/after/ftplugin/c.lua
@@ -1,2 +1,2 @@
-vim.o.tabstop=8
-vim.o.tabstop=8
+vim.o.tabstop=4
+vim.o.shiftwidth=4
diff --git a/modules/neovim/nvim/after/ftplugin/tea.lua b/modules/neovim/nvim/after/ftplugin/tea.lua
new file mode 100644
index 0000000..bd30255
--- /dev/null
+++ b/modules/neovim/nvim/after/ftplugin/tea.lua
@@ -0,0 +1,2 @@
+vim.o.tabstop=4
+vim.o.shiftwidth=4
diff --git a/modules/neovim/nvim/after/ftplugin/vim.lua b/modules/neovim/nvim/after/ftplugin/vim.lua
new file mode 100644
index 0000000..2d48451
--- /dev/null
+++ b/modules/neovim/nvim/after/ftplugin/vim.lua
@@ -0,0 +1,2 @@
+vim.o.tabstop=2
+vim.o.shiftwidth=2