diff --git a/init.vim b/init.vim index 37b93e4..53552df 100644 --- a/init.vim +++ b/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' }