aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-06 13:02:33 +0100
committerThomas Schmucker <ts@its1.de>2026-01-06 13:02:33 +0100
commit89cb0fec41258481008f757a6055a46a874226bc (patch)
treeb7efaf6cca75865025640b209e39ecc8a055f2e8
parent23cc6a0cc25544fa8b193ba2b38873dc1c3bdcc8 (diff)
downloaddotfiles-89cb0fec41258481008f757a6055a46a874226bc.tar.gz
dotfiles-89cb0fec41258481008f757a6055a46a874226bc.tar.bz2
dotfiles-89cb0fec41258481008f757a6055a46a874226bc.zip
Neovim: Schalte das nervige Flackern bei Tastendrücken aus
-rw-r--r--nvim/lua/config/options.lua1
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
11opt.splitbelow = true 11opt.splitbelow = true
12opt.signcolumn = "yes" 12opt.signcolumn = "yes"
13opt.termguicolors = true 13opt.termguicolors = true
14opt.showcmd = false
14 15
15-- Rechtschreibprüfung 16-- Rechtschreibprüfung
16opt.spelllang = { "de", "en" } 17opt.spelllang = { "de", "en" }