diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-01-29 08:19:45 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-01-29 08:19:45 +0100 |
commit | 451222441fd7ef0ce4892b221aefdc5d0c1b8781 (patch) | |
tree | e9382b5607eabbde605f42cc7d59157999544a18 | |
parent | 267cc95265c7a49084a24147e968c7dc18834992 (diff) | |
download | dotfiles-451222441fd7ef0ce4892b221aefdc5d0c1b8781.tar.gz dotfiles-451222441fd7ef0ce4892b221aefdc5d0c1b8781.zip |
vimrc: unified ctags paths thourgh plugin configurations
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ if s:IsPluginEnabled('majutsushi/tagbar') endif if s:IsPluginEnabled('ctrlpvim/ctrlp.vim') - let g:ctrlp_buftag_ctags_bin=$VIMHOME . '/bin/ctags' + let g:ctrlp_buftag_ctags_bin=$MYCTAGS let g:ctrlp_extensions = ['buffertag'] let g:ctrlp_working_path_mode = 'a' let g:ctrlp_use_caching = 1 |