diff options
Diffstat (limited to 'nvim/lua/config/options.lua')
| -rw-r--r-- | nvim/lua/config/options.lua | 2 |
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 |
| 17 | opt.spelllang = { "de", "en" } | 17 | opt.spelllang = { "de", "en" } |
| 18 | opt.spell = true | 18 | opt.spell = false |
| 19 | 19 | ||
| 20 | -- Optionen für ^n-Vervollständigung | 20 | -- Optionen für ^n-Vervollständigung |
| 21 | opt.complete = { ".", "w", "b", "u", "t", "i" } | 21 | opt.complete = { ".", "w", "b", "u", "t", "i" } |
