summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-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