Browse Source

Remove no longer needed JS plugins

coc
Schneider 5 years ago
parent
commit
4203e3f6d7
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 2
      init.vim

2
init.vim

@ -43,8 +43,6 @@ Plug 'Glench/Vim-Jinja2-Syntax', { 'for': ['html'] }
" JavaScript{{{
Plug 'gavocanov/vim-js-indent', { 'for': [ 'javascript' ]} " JavaScript indent support
Plug 'moll/vim-node', { 'for': [ 'javascript', 'vue' ]} " node support
Plug 'https://github.com/othree/jspc.vim', { 'for': [ 'javascript', 'vue' ]} " Function parameter completion
Plug 'heavenshell/vim-jsdoc', { 'for': [ 'javascript', 'vue' ]} " Generate JSDoc comments
Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html', 'vue' ] } " vue.js integration
"}}}

Loading…
Cancel
Save