Browse Source

Add gutentags

master
mschnei8 4 years ago
parent
commit
64667c30c7
  1. 1
      init.vim

1
init.vim

@ -31,6 +31,7 @@ Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim
Plug 'https://github.com/alok/notational-fzf-vim' " note taking
Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration
Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet
Plug 'ludovicchabant/vim-gutentags' " Keep tags in sync
" {{{ CocPlugins
Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' }

Loading…
Cancel
Save