aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/config/options.lua
diff options
context:
space:
mode:
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" }