fixed neovim language config
This commit is contained in:
@@ -54,7 +54,7 @@ let mapleader=" " " set mapleader to space
|
|||||||
let maplocalleader=" " " set localleader to space
|
let maplocalleader=" " " set localleader to space
|
||||||
set timeoutlen=1000 " set timeout length
|
set timeoutlen=1000 " set timeout length
|
||||||
set spell " activate spell-checking
|
set spell " activate spell-checking
|
||||||
set spelllang=de,en " enable German and English spell checking
|
setlocal spelllang=de,en_us " enable German and English spell checking
|
||||||
set nocompatible " disable compatibility to old-time vi
|
set nocompatible " disable compatibility to old-time vi
|
||||||
let g:indentLine_setConceal = 0 " disable the conceal 'feature' of indentLine plugin
|
let g:indentLine_setConceal = 0 " disable the conceal 'feature' of indentLine plugin
|
||||||
set showmatch " show matching brackets.
|
set showmatch " show matching brackets.
|
||||||
|
|||||||
Reference in New Issue
Block a user