Browse Source

config nvim spellcheck

master
Arti Zirk 4 years ago
parent
commit
75ce6b5c1e
  1. 4
      .config/nvim/init.vim

4
.config/nvim/init.vim

@ -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…
Cancel
Save