mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Add the - character to iskeyword for javascript files to match vue
This commit is contained in:
parent
e2b7585bc9
commit
1992c1b56e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +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 vue setlocal spell
|
||||
|
||||
"special side/bottom-bar settings to apply when opened
|
||||
|
|
Loading…
Reference in a new issue