From 03d0b64c2aad401fd7859d075411d7294ce7fc2a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 30 May 2023 14:49:31 -0400 Subject: [PATCH] Don't enable spellcheck by default in vue files --- vim/config/after.vim | 1 - 1 file changed, 1 deletion(-) 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