aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/config/options.lua4
1 files changed, 2 insertions, 2 deletions
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" }
18opt.spell = true 18opt.spell = true
19 19
20-- Die notwendigen Dateien müssen erst noch geladen werden! 20-- Die notwendigen Dateien müssen erst noch geladen werden!
21-- TODO: Automatisierenss 21-- TODO: Automatisieren
22--[[ 22--[[
23 23
24mkdir -p "$HOME/.local/share/nvim/site/spell" 24mkdir -p "$HOME/.local/share/nvim/site/spell"
@@ -27,7 +27,7 @@ cd "$HOME/.local/share/nvim/site/spell"
27wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.spl" 27wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.spl"
28wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.sug" 28wget "https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.sug"
29 29
30]]-- 30]]
31 31
32-- Optionen für ^n-Vervollständigung 32-- Optionen für ^n-Vervollständigung
33opt.complete = { ".", "w", "b", "u", "t", "i" } 33opt.complete = { ".", "w", "b", "u", "t", "i" }