diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-16 10:35:58 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-16 10:35:58 +0100 |
| commit | 74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819 (patch) | |
| tree | a7f064bc35a8b25871a782c2461d9eb196923edf /nvim/lua/config/options.lua | |
| parent | ddd9176e4608e1e34f0befe1315adae515672c2e (diff) | |
| download | dotfiles-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.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" } |
