Browse Source

remove go support

master
Schneider 4 years ago
parent
commit
ae5961c659
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 4
      init.vim

4
init.vim

@ -62,10 +62,6 @@ Plug 'heavenshell/vim-jsdoc', { 'for': [ 'javascript', 'vue' ]} " Generate JSDoc
Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html', 'vue' ] } " vue.js integration
"}}}
" Go {{{
Plug 'fatih/vim-go', { 'for': [ 'go', 'html', 'gohtmltmpl' ], 'do': ':GoInstallBinaries' } " go support
"}}}
" LaTeX{{{
Plug 'lervag/vimtex', { 'for': 'tex' }
"}}}

Loading…
Cancel
Save