Browse Source

Remove Gutentags

coc
Schneider 6 years ago
parent
commit
1f3e1a8074
  1. 8
      vim/ftplugin/php.vim
  2. 1
      vimrc.symlink

8
vim/ftplugin/php.vim

@ -1,8 +0,0 @@
let g:vim_tags_ctags_binary="/home/schneider/bin/phpctags"
let g:gutentags_ctags_exclude = ['*.css', '*.html', '*.js', '*.json', '*.xml',
\ '*.phar', '*.ini', '*.rst', '*.md',
\ '*vendor/*/test*', '*vendor/*/Test*',
\ '*vendor/*/fixture*', '*vendor/*/Fixture*',
\ '*var/cache*', '*var/log*']
let g:gutentags_ctags_executable = '/home/schneider/bin/phpctags'
let g:gutentags_project_root = [ '.phpcd.vim', '.git' ]

1
vimrc.symlink

@ -43,7 +43,6 @@ else
endif
Plug 'altercation/vim-colors-solarized' " solarized theme
Plug 'godlygeek/tabular' " Align text on symbols
Plug 'ludovicchabant/vim-gutentags', { 'for': ['php', 'c', 'cpp'] }
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " fuzzy file finder
Plug 'junegunn/fzf.vim' " vim integration for fzf
if has("nvim")

Loading…
Cancel
Save