diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-06 13:02:33 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-06 13:02:33 +0100 |
| commit | 89cb0fec41258481008f757a6055a46a874226bc (patch) | |
| tree | b7efaf6cca75865025640b209e39ecc8a055f2e8 /nvim/lua/config | |
| parent | 23cc6a0cc25544fa8b193ba2b38873dc1c3bdcc8 (diff) | |
| download | dotfiles-89cb0fec41258481008f757a6055a46a874226bc.tar.gz dotfiles-89cb0fec41258481008f757a6055a46a874226bc.tar.bz2 dotfiles-89cb0fec41258481008f757a6055a46a874226bc.zip | |
Neovim: Schalte das nervige Flackern bei Tastendrücken aus
Diffstat (limited to 'nvim/lua/config')
| -rw-r--r-- | nvim/lua/config/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 91a8189..853a93c 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua | |||
| @@ -11,6 +11,7 @@ opt.splitright = true | |||
| 11 | opt.splitbelow = true | 11 | opt.splitbelow = true |
| 12 | opt.signcolumn = "yes" | 12 | opt.signcolumn = "yes" |
| 13 | opt.termguicolors = true | 13 | opt.termguicolors = true |
| 14 | opt.showcmd = false | ||
| 14 | 15 | ||
| 15 | -- Rechtschreibprüfung | 16 | -- Rechtschreibprüfung |
| 16 | opt.spelllang = { "de", "en" } | 17 | opt.spelllang = { "de", "en" } |
