Browse Source

use gutentags only in php

this avoids unwantes `tags` files everywhere
master
Schneider 4 years ago
parent
commit
3266c63f65
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 2
      init.vim

2
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' }

Loading…
Cancel
Save