This commit is contained in:
Adam Stankiewicz
2020-09-10 10:30:32 +02:00
parent 19a69cf77d
commit fb7cf8a9ab
18 changed files with 183 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1)
source <sfile>:h/javascript.vim
source <sfile>:h/jsx.vim
endif