aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/config/options.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-16 10:35:58 +0100
committerThomas Schmucker <ts@its1.de>2026-01-16 10:35:58 +0100
commit74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819 (patch)
treea7f064bc35a8b25871a782c2461d9eb196923edf /nvim/lua/config/options.lua
parentddd9176e4608e1e34f0befe1315adae515672c2e (diff)
downloaddotfiles-74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819.tar.gz
dotfiles-74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819.tar.bz2
dotfiles-74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819.zip
neovim: reformat code, keybindings für pytest, und spell=false
Diffstat (limited to 'nvim/lua/config/options.lua')
-rw-r--r--nvim/lua/config/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua
index a00cc64..40ccf71 100644
--- a/nvim/lua/config/options.lua
+++ b/nvim/lua/config/options.lua
@@ -15,7 +15,7 @@ opt.showcmd = false
15 15
16-- Rechtschreibprüfung 16-- Rechtschreibprüfung
17opt.spelllang = { "de", "en" } 17opt.spelllang = { "de", "en" }
18opt.spell = true 18opt.spell = false
19 19
20-- Optionen für ^n-Vervollständigung 20-- Optionen für ^n-Vervollständigung
21opt.complete = { ".", "w", "b", "u", "t", "i" } 21opt.complete = { ".", "w", "b", "u", "t", "i" }