|
|
@ -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' ] |