diff --git a/vim/config/after.vim b/vim/config/after.vim index 8bc593f..6346ce5 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -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