mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Add the dash character to iskeyword for markdown files
This commit is contained in:
parent
fd61c896f7
commit
c314f641cb
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
autocmd Filetype text,gitcommit,mail setlocal wrap
|
autocmd Filetype text,gitcommit,mail setlocal wrap
|
||||||
autocmd FileType tmux setlocal commentstring=#\ %s "set the comment string to #
|
autocmd FileType tmux setlocal commentstring=#\ %s "set the comment string to #
|
||||||
autocmd FileType scss setlocal iskeyword+=$
|
autocmd FileType scss setlocal iskeyword+=$
|
||||||
|
autocmd Filetype markdown setlocal iskeyword+=-
|
||||||
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
||||||
|
|
||||||
"special side/bottom-bar settings to apply when opened
|
"special side/bottom-bar settings to apply when opened
|
||||||
|
|
Loading…
Reference in a new issue