aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/after
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/after')
-rw-r--r--Common/nvim/after/ftplugin/vhdl.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Common/nvim/after/ftplugin/vhdl.lua b/Common/nvim/after/ftplugin/vhdl.lua
new file mode 100644
index 0000000..7744755
--- /dev/null
+++ b/Common/nvim/after/ftplugin/vhdl.lua
@@ -0,0 +1,3 @@
+vim.opt.shiftwidth = 2
+vim.opt.tabstop = 2
+vim.opt.softtabstop = 2