aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/after
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/after')
-rwxr-xr-xCommon/nvim/after/ftplugin/c.lua4
-rwxr-xr-xCommon/nvim/after/ftplugin/cpp.lua4
-rwxr-xr-x[-rw-r--r--]Common/nvim/after/ftplugin/vhdl.lua0
3 files changed, 8 insertions, 0 deletions
diff --git a/Common/nvim/after/ftplugin/c.lua b/Common/nvim/after/ftplugin/c.lua
new file mode 100755
index 0000000..b3e668c
--- /dev/null
+++ b/Common/nvim/after/ftplugin/c.lua
@@ -0,0 +1,4 @@
+vim.opt.shiftwidth = 2
+vim.opt.tabstop = 8
+vim.opt.softtabstop = 4
+vim.opt.expandtab = false
diff --git a/Common/nvim/after/ftplugin/cpp.lua b/Common/nvim/after/ftplugin/cpp.lua
new file mode 100755
index 0000000..b3e668c
--- /dev/null
+++ b/Common/nvim/after/ftplugin/cpp.lua
@@ -0,0 +1,4 @@
+vim.opt.shiftwidth = 2
+vim.opt.tabstop = 8
+vim.opt.softtabstop = 4
+vim.opt.expandtab = false
diff --git a/Common/nvim/after/ftplugin/vhdl.lua b/Common/nvim/after/ftplugin/vhdl.lua
index 7744755..7744755 100644..100755
--- a/Common/nvim/after/ftplugin/vhdl.lua
+++ b/Common/nvim/after/ftplugin/vhdl.lua