From 18749ddf848acf9b3199be75f9f16588dda43bfb Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 07:14:29 +0200 Subject: Konfiguration vereinfacht --- nvim/ftplugin/c.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/ftplugin/c.lua (limited to 'nvim/ftplugin/c.lua') diff --git a/nvim/ftplugin/c.lua b/nvim/ftplugin/c.lua new file mode 100644 index 0000000..0f49bf6 --- /dev/null +++ b/nvim/ftplugin/c.lua @@ -0,0 +1,3 @@ +local opt = vim.opt_local + +opt.cindent = true -- cgit v1.3