From e86bb8fb1c09357d0cbd411c0f2a2f3fcf9d4c49 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 7 Jan 2026 17:41:33 +0100 Subject: neovim: Download skript für Wörterbücher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvim/lua/config/options.lua') diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index e0d60b7..eefb530 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -18,7 +18,7 @@ opt.spelllang = { "de", "en" } opt.spell = true -- Die notwendigen Dateien müssen erst noch geladen werden! --- TODO: Automatisierenss +-- TODO: Automatisieren --[[ mkdir -p "$HOME/.local/share/nvim/site/spell" @@ -27,7 +27,7 @@ cd "$HOME/.local/share/nvim/site/spell" wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.spl" wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.sug" -]]-- +]] -- Optionen für ^n-Vervollständigung opt.complete = { ".", "w", "b", "u", "t", "i" } -- cgit v1.3