added german language spellcheck as default

This commit is contained in:
paul-loedige
2023-02-03 10:33:09 +09:00
parent 810f81be66
commit e6df7505f6
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ let mapleader=" " " set mapleader to space
let maplocalleader=" " " set localleader to space
set timeoutlen=1000 " set timeout length
set spell " activate spell-checking
setlocal spelllang=de,en_us " enable German and English spell checking
set nocompatible " disable compatibility to old-time vi
let g:indentLine_setConceal = 0 " disable the conceal 'feature' of indentLine plugin
set showmatch " show matching brackets.