Add the dash character to iskeyword for markdown files

This commit is contained in:
Kevin MacMartin 2024-03-07 20:56:29 -05:00
parent fd61c896f7
commit c314f641cb

View file

@ -43,6 +43,7 @@ autocmd FileChangedRO * nested set noreadonly
autocmd Filetype text,gitcommit,mail setlocal wrap
autocmd FileType tmux setlocal commentstring=#\ %s "set the comment string to #
autocmd FileType scss setlocal iskeyword+=$
autocmd Filetype markdown setlocal iskeyword+=-
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
"special side/bottom-bar settings to apply when opened