mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add the dash character to iskeyword for scss
This commit is contained in:
parent
67c36df626
commit
13fbc4229f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
|
|
||||||
"iskeyword
|
"iskeyword
|
||||||
autocmd BufEnter,FileType sh setlocal iskeyword-=.
|
autocmd BufEnter,FileType sh setlocal iskeyword-=.
|
||||||
autocmd FileType scss setlocal iskeyword+=$
|
autocmd FileType scss setlocal iskeyword+=$ iskeyword+=-
|
||||||
autocmd Filetype markdown setlocal iskeyword+=-
|
autocmd Filetype markdown setlocal iskeyword+=-
|
||||||
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue