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