From 74d64eb80b81ef2fa8aeb1abbd36af2e6fc86819 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 16 Jan 2026 10:35:58 +0100 Subject: neovim: reformat code, keybindings für pytest, und spell=false MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/config/options.lua') 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 -- Rechtschreibprüfung opt.spelllang = { "de", "en" } -opt.spell = true +opt.spell = false -- Optionen für ^n-Vervollständigung opt.complete = { ".", "w", "b", "u", "t", "i" } -- cgit v1.3