summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 2f17add..de0030f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -62,6 +62,9 @@ let g:ycm_extra_conf_globlist = ['~/.ycm_extra_conf.py']
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:tex_flavor='latex'
+
+let g:tagbar_phpctags_bin='~/git/phpctags/bin/phpctags'
+let g:tagbar_phpctags_memory_limit = '512M'
" }}}
filetype off
@@ -91,6 +94,7 @@ Plugin 'shawncplus/phpcomplete.vim'
Plugin 'sjl/splice.vim'
Plugin 'LaTeX-Box-Team/LaTeX-Box'
Plugin 'chase/vim-ansible-yaml'
+Plugin 'vim-php/tagbar-phpctags.vim'
call vundle#end()
syntax on