Only enable indexer.tar.gz if ctags is installed

This commit is contained in:
har0ke 2021-09-05 13:05:50 +02:00
parent b0e692184e
commit 3924a68132

3
.vimrc
View File

@ -10,7 +10,10 @@ Plug 'ctrlpvim/ctrlp.vim'
" Plug 'Valloric/YouCompleteMe'
Plug 'scrooloose/nerdtree'
if system('which ctags') =~ "ctags"
Plug 'vim-scripts/indexer.tar.gz'
endif
call plug#end()