mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fixup! [nvim] fix syntax syncing for JS/TS after a vim-polyglot update (this made opening crosscode/assets/js/game.compiled.js insanely slow)
This commit is contained in:
parent
e93033fd69
commit
6a12867ee0
2 changed files with 2 additions and 0 deletions
1
nvim/after/ftplugin/css.vim
Normal file
1
nvim/after/ftplugin/css.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setlocal iskeyword+=-
|
1
nvim/after/ftplugin/scss.vim
Normal file
1
nvim/after/ftplugin/scss.vim
Normal file
|
@ -0,0 +1 @@
|
|||
source <sfile>:h/css.vim
|
Loading…
Reference in a new issue