diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-03 12:56:11 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-03 12:56:11 +0200 |
commit | 8cd62b9eab04cd80998a810c103b80d49fc64a89 (patch) | |
tree | 231115681ec694907a923745892508358ff529be /ftplugin | |
parent | 93e3f020a9637b3df9109348cef5fcc3e0bbda43 (diff) | |
download | vim-polyglot-2.9.0.tar.gz vim-polyglot-2.9.0.zip |
Change javascript provider to pangloss/vim-javascript, closes #80v2.9.0
Diffstat (limited to '')
-rw-r--r-- | ftplugin/javascript.vim (renamed from syntax/yajs/web.vim) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/yajs/web.vim b/ftplugin/javascript.vim index af40b194..f89932f2 100644 --- a/syntax/yajs/web.vim +++ b/ftplugin/javascript.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1 +setlocal suffixesadd+=.js endif |