From 3266c63f6509586be6647732db31860c8073f1fd Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 15 Mar 2020 18:49:37 +0100 Subject: [PATCH] use gutentags only in php this avoids unwantes `tags` files everywhere --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 8fb9ba3..521fa88 100644 --- a/init.vim +++ b/init.vim @@ -31,7 +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 +Plug 'ludovicchabant/vim-gutentags', { 'for': 'php' } " Keep tags in sync " {{{ CocPlugins Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' }