fast-ide icon indicating copy to clipboard operation
fast-ide copied to clipboard

add Spellcheck

Open rusdevops opened this issue 4 years ago • 0 comments

set spelllang=en
set spellfile=$HOME/.vim/spell/en.utf-8.add " spellcheck dictionary location
set complete+=kspell                        " word comletion via ctrl n/p
autocmd FileType gitcommit setlocal spell   " spellcheck git commit messages
autocmd FileType markdown  setlocal spell   " spelllcheck markdown files

rusdevops avatar Sep 30 '20 04:09 rusdevops