[nvim] add dash to keyword characters in CSS and its dialects

This commit is contained in:
Dmytro Meleshko 2020-02-23 10:42:19 +02:00
parent 01a6ac0aef
commit 16818de102
2 changed files with 2 additions and 0 deletions

1
nvim/ftplugin/css.vim Normal file
View file

@ -0,0 +1 @@
setlocal iskeyword+=-

1
nvim/ftplugin/scss.vim Normal file
View file

@ -0,0 +1 @@
execute 'source' fnameescape(expand('<sfile>:p:h').'/css.vim')