mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] add dash to keyword characters in CSS and its dialects
This commit is contained in:
parent
01a6ac0aef
commit
16818de102
2 changed files with 2 additions and 0 deletions
1
nvim/ftplugin/css.vim
Normal file
1
nvim/ftplugin/css.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setlocal iskeyword+=-
|
1
nvim/ftplugin/scss.vim
Normal file
1
nvim/ftplugin/scss.vim
Normal file
|
@ -0,0 +1 @@
|
|||
execute 'source' fnameescape(expand('<sfile>:p:h').'/css.vim')
|
Loading…
Reference in a new issue