jsbeautify fix

This commit is contained in:
Alexander Yakovlev 2018-10-03 13:23:24 +07:00
parent f2efb947d4
commit 635cbbc4d2

2
.vimrc
View file

@ -59,7 +59,7 @@ Plug 'jwalton512/vim-blade', { 'for': ['blade', 'blade.php']}
Plug 'elzr/vim-json', { 'for': 'json' }
Plug 'mustache/vim-mustache-handlebars', { 'for': ['mustache', 'handlebars'] }
Plug 'maksimr/vim-jsbeautify', { 'for': 'js' }
Plug 'maksimr/vim-jsbeautify', { 'for': ['js', 'javascript'] }
call plug#end()
filetype plugin indent on