From 5f549730fe133d79fcd43d729d4752243471828c Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 5 Oct 2023 14:33:05 +0200 Subject: i need to invest some time into per project settings and how to do that --- nvim/after/ftplugin/c.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/after/ftplugin/c.lua 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 -- cgit v1.3.1