summaryrefslogtreecommitdiff
path: root/nvim/after
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-10-05 14:33:05 +0200
committerkkard2 <[email protected]>2023-10-05 14:33:05 +0200
commit5f549730fe133d79fcd43d729d4752243471828c (patch)
treeda53148b1b9bf5236b8ca2bc1b0debfa0a3c0340 /nvim/after
parent71c6a6073bcb1ab8ffaa660905af88df351544cc (diff)
i need to invest some time into per project settings and how to do that
Diffstat (limited to 'nvim/after')
-rw-r--r--nvim/after/ftplugin/c.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/c.lua b/nvim/after/ftplugin/c.lua
new file mode 100644
index 0000000..5ea81f6
--- /dev/null
+++ b/nvim/after/ftplugin/c.lua
@@ -0,0 +1,3 @@
+vim.opt.softtabstop = 0
+vim.opt.expandtab = false
+vim.opt.shiftwidth = 4