cpp_doxygen不能与vundle一起安装

时间:2018-02-19 22:08:51

标签: vim

当我运行时:PluginInstall我得到一个错误说:Helptags无法处理〜/ .vim / bundle / cpp_doxygen / doc我可以运行:help cpp_doxygen然后我确实打开但是当我按下快捷方式时创建评论这里没有发生我的.vimrc

set nocompatable
filetype off
set rtp +=~/.vim/bundle/Vundle.vim
call vundle#begin()
"Let vundle manage vundle
Plugin 'gmaric/vundle'
Plugin 'cpp_doxygen'
Plugin 'valloric/youcompleteme'
"let g_ycm_global_extra_conf = '~/.vim/.ycm_extra_conf.py
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
"set statusline+=%#warningmsg#
"set statusline+=%{SyntasticStatusLineFlag()}
"set statusline+=%*
"let g:syntastic_c_checkers = []
"let g:syntastic_cpp_checkers = []
"let g:syntastic_auto_loc_list = 1
"let g:syntastic_check_on_open = 1
"let g:syntastic_check_on_wq = 0
Plugin 'airblade/vim-gitgutter'
" install indent guides
Plugin 'kien/rainbow_parentheses.vim'
Plugin 'octol/vim-cpp-enhanced-highlight'
Plugin 'fsharp/vim-fsharp'
call vundle#end
set statusline+=%#warningmsg#
set statusline+=%*
let g:syntastic_c_checkers = []
let g:syntastic_cpp_checkers = []
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:ycm_global_extra_conf = '~/.vim/.ycm_extra_conf.py'
let g:ycm_add_preview_to_completeopt = 1
let g:ycm_autoclose_preview_window_after_insertion = 1
let g:ycm_key_detailed_diagnostics = '<leader>D'

0 个答案:

没有答案