Load vim-json only for json files

This commit is contained in:
Pavle Portic 2019-11-30 14:36:07 +01:00
parent 247aa3a5ef
commit caa93a9c08
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function! UserInit()
Plug 'alvan/vim-closetag'
Plug 'lepture/vim-jinja'
Plug 'aperezdc/vim-template'
Plug 'elzr/vim-json'
Plug 'elzr/vim-json', { 'for': 'json' }
Plug 'andymass/vim-matchup'
Plug 'zchee/deoplete-jedi', { 'for': 'python' }
Plug 'davidhalter/jedi-vim', { 'for': 'python' }