mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
config nvim spellcheck
This commit is contained in:
parent
3ae2f40696
commit
75ce6b5c1e
@ -31,3 +31,7 @@ cmap w!! w !sudo tee > /dev/null %
|
|||||||
set list
|
set list
|
||||||
set listchars=tab:\ \ ,trail:·,nbsp:⎵
|
set listchars=tab:\ \ ,trail:·,nbsp:⎵
|
||||||
" TODO: toggle between listchars to show tabs and new lines
|
" TODO: toggle between listchars to show tabs and new lines
|
||||||
|
|
||||||
|
" spellcheck
|
||||||
|
set spelllang=en
|
||||||
|
" enable via set spell
|
||||||
|
Loading…
Reference in New Issue
Block a user