From 89cb0fec41258481008f757a6055a46a874226bc Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 6 Jan 2026 13:02:33 +0100 Subject: Neovim: Schalte das nervige Flackern bei Tastendrücken aus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) 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 opt.splitbelow = true opt.signcolumn = "yes" opt.termguicolors = true +opt.showcmd = false -- Rechtschreibprüfung opt.spelllang = { "de", "en" } -- cgit v1.3