aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/lua.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-02-04 22:34:07 +0100
committerThomas Schmucker <ts@its1.de>2026-02-04 22:34:07 +0100
commitf5f16c635d25b2083d9063bf70d62ba632fb4491 (patch)
tree69583779f4e4b15d4b36e4a136bc6b48726d64f0 /nvim/ftplugin/lua.lua
parentb6a35ed817a915dcaf33ff00a80c1fc42a39d1cb (diff)
downloaddotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.tar.gz
dotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.tar.bz2
dotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.zip
Neovim: Optionen in den ftplugin-Einstellungen etwas aufgeräumt
Diffstat (limited to 'nvim/ftplugin/lua.lua')
-rw-r--r--nvim/ftplugin/lua.lua2
1 files changed, 1 insertions, 1 deletions
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
2 2
3opt.expandtab = true 3opt.expandtab = true
4opt.shiftwidth = 2 4opt.shiftwidth = 2
5opt.tabstop = 2
6opt.softtabstop = 2 5opt.softtabstop = 2
6opt.tabstop = 2