Don't enable spellcheck by default in vue files

This commit is contained in:
Kevin MacMartin 2023-05-30 14:49:31 -04:00
parent b1566d2113
commit 03d0b64c2a

View file

@ -52,7 +52,6 @@ autocmd FileChangedRO * nested set noreadonly
autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to %
autocmd FileType scss setlocal iskeyword+=$
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
autocmd FileType vue setlocal spell
"special side/bottom-bar settings to apply when opened
autocmd BufEnter,FileType qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line