summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-07 11:02:28 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-07 11:02:28 +0200
commitfa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1 (patch)
treeac4d6671ef5c9258f8c8c7cd63e1ddb3e3fdf8d0 /.vimrc
parent9612b1115ce9be268eb643f5675b8a13feec82c6 (diff)
downloaddotfiles-fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1.tar.gz
dotfiles-fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1.tar.xz
vim: Add tagbar-phpctags
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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