From cd83b4fae954565eb0d81fa433eb4d27b48a8141 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 25 Oct 2020 20:56:01 -0400 Subject: [PATCH] Add $ to iskeyword for scss --- vim/config/after.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/after.vim b/vim/config/after.vim index adb0ed8..d8775ae 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -50,6 +50,7 @@ autocmd FileChangedRO * nested set noreadonly autocmd Filetype text,gitcommit,mail setlocal wrap 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+=$ "special side/bottom-bar settings to apply when opened autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line