mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Also add . to iskeyword in javascript files to match vue
This commit is contained in:
parent
3886d99ded
commit
3704615b8f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
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+=$
|
autocmd FileType scss setlocal iskeyword+=$
|
||||||
autocmd FileType javascript setlocal iskeyword+=-
|
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
||||||
autocmd FileType vue setlocal spell
|
autocmd FileType vue setlocal spell
|
||||||
|
|
||||||
"special side/bottom-bar settings to apply when opened
|
"special side/bottom-bar settings to apply when opened
|
||||||
|
|
Loading…
Reference in a new issue