From 3704615b8fc629dbcb722a068f6f8d8abc3d672b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 5 Apr 2023 21:56:43 -0400 Subject: [PATCH] Also add . to iskeyword in javascript files to match vue --- vim/config/after.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/after.vim b/vim/config/after.vim index 3f3957d..8bc593f 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -51,7 +51,7 @@ autocmd FileChangedRO * nested set noreadonly autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to # autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to % autocmd FileType scss setlocal iskeyword+=$ - autocmd FileType javascript setlocal iskeyword+=- + autocmd FileType javascript setlocal iskeyword+=- iskeyword+=. autocmd FileType vue setlocal spell "special side/bottom-bar settings to apply when opened