From f5f16c635d25b2083d9063bf70d62ba632fb4491 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 4 Feb 2026 22:34:07 +0100 Subject: Neovim: Optionen in den ftplugin-Einstellungen etwas aufgerÀumt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/lua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/ftplugin/lua.lua') diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua index 0883a50..096143b 100644 --- a/nvim/ftplugin/lua.lua +++ b/nvim/ftplugin/lua.lua @@ -2,5 +2,5 @@ local opt = vim.opt_local opt.expandtab = true opt.shiftwidth = 2 -opt.tabstop = 2 opt.softtabstop = 2 +opt.tabstop = 2 -- cgit v1.3