mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add $ to iskeyword for scss
This commit is contained in:
parent
daf235b666
commit
cd83b4fae9
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
autocmd Filetype text,gitcommit,mail setlocal wrap
|
autocmd Filetype text,gitcommit,mail setlocal wrap
|
||||||
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to #
|
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 slrnrc setlocal commentstring=%%\ %s "set the comment string to %
|
||||||
|
autocmd FileType scss setlocal iskeyword+=$
|
||||||
|
|
||||||
"special side/bottom-bar settings to apply when opened
|
"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
|
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||||
|
|
Loading…
Reference in a new issue