diff --git a/vim/config/after.vim b/vim/config/after.vim index 7b79099..cc91086 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -43,6 +43,7 @@ autocmd FileChangedRO * nested set noreadonly autocmd Filetype text,gitcommit,mail setlocal wrap autocmd FileType tmux setlocal commentstring=#\ %s "set the comment string to # autocmd FileType scss setlocal iskeyword+=$ + autocmd Filetype markdown setlocal iskeyword+=- autocmd FileType javascript setlocal iskeyword+=- iskeyword+=. "special side/bottom-bar settings to apply when opened