diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim deleted file mode 100644 index a74bd6e..0000000 --- a/vim/ftplugin/php.vim +++ /dev/null @@ -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' ] diff --git a/vimrc.symlink b/vimrc.symlink index f7de816..efcf3e5 100644 --- a/vimrc.symlink +++ b/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")