摘要: BundleInstall,默认会出现错误ycm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need to compile YCM before using it. Read the docs!最简单解决方式:cd ~/.vim/bundle/YouCompleteMe ./install.sh --clang-completer另外,vimConfig/plugin/youCompleteMe-setting.vim1 """""" 阅读全文
posted @ 2013-12-23 22:02 自由出土文物 阅读(5185) 评论(0) 推荐(0) 编辑
摘要: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle,下载到本地gvim ~/.vimrc 1 set nocompatible " be iMproved 2 filetype off " required! 3 4 set rtp+=~/.vim/bundle/vundle/ 5 call vundle#rc() 6 7 Bundle 'gmarik/vundle' 8 9 Bundle 'a.vim'10 Bundle 'molokai'. 阅读全文
posted @ 2013-12-23 21:16 自由出土文物 阅读(322) 评论(0) 推荐(0) 编辑