From 64667c30c7b54903fbb074e4d0b1c518732b9efd Mon Sep 17 00:00:00 2001 From: mschnei8 Date: Thu, 5 Dec 2019 20:34:25 +0100 Subject: [PATCH] Add gutentags --- init.vim | 1 + 1 file changed, 1 insertion(+) 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' }