aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/after/ftplugin/c.lua
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-10-11 12:26:59 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2022-10-11 12:26:59 +0200
commitc5d3dc7fa1c7f04f2149ab04718f542de05be2ee (patch)
treeafda5c799a84ab730415ccab6e176785f6d0984a /Common/nvim/after/ftplugin/c.lua
parent37ac127214d212fb867ea165d7ace225ee040813 (diff)
downloaddotfiles-c5d3dc7fa1c7f04f2149ab04718f542de05be2ee.tar.gz
dotfiles-c5d3dc7fa1c7f04f2149ab04718f542de05be2ee.zip
Add vim config
Diffstat (limited to 'Common/nvim/after/ftplugin/c.lua')
-rwxr-xr-xCommon/nvim/after/ftplugin/c.lua4
1 files changed, 4 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