From e8bd36899b88285c94c850f0dfce0754d94cfe24 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 22 Dec 2025 17:37:13 +0100 Subject: Neovim: Neue Konfiguration --- nvim/ftplugin/lua.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/ftplugin/lua.lua (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua new file mode 100644 index 0000000..0883a50 --- /dev/null +++ b/nvim/ftplugin/lua.lua @@ -0,0 +1,6 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.tabstop = 2 +opt.softtabstop = 2 -- cgit v1.3