diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-10-11 12:26:59 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-10-11 12:26:59 +0200 |
commit | c5d3dc7fa1c7f04f2149ab04718f542de05be2ee (patch) | |
tree | afda5c799a84ab730415ccab6e176785f6d0984a /Common/nvim/after | |
parent | 37ac127214d212fb867ea165d7ace225ee040813 (diff) | |
download | dotfiles-c5d3dc7fa1c7f04f2149ab04718f542de05be2ee.tar.gz dotfiles-c5d3dc7fa1c7f04f2149ab04718f542de05be2ee.zip |
Add vim config
Diffstat (limited to 'Common/nvim/after')
-rwxr-xr-x | Common/nvim/after/ftplugin/c.lua | 4 | ||||
-rwxr-xr-x | Common/nvim/after/ftplugin/cpp.lua | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | Common/nvim/after/ftplugin/vhdl.lua | 0 |
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 |