Ubuntu Vim Youcomlpeteme Configuration

Source: Internet
Author: User

Adding Plugin ' valloric/youcompleteme ' using bundles in. VIMRC when installing with Vundle is not an unknown cause of installation failure

YCM compile-time additional options --system-libclang to use the system's Clang package

My VIM configuration

Set tabstop=4Set softtabstop=4Set shiftwidth=4  Set NoexpandtabSet NuSet AutoindentSet CindentSet Nocompatiblefiletype offSet rtp+=~/.vim/bundle/vundle/Call VUNDLE#RC ()Plugin'Gmarik/vundle'  filetype plugin indent onPlugin'Valloric/youcompleteme'Set completeopt=MenuLet g:ycm_global_ycm_extra_conf='~/.vim/bundle/youcompleteme/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'   "turn off static code checkingLet g:ycm_show_diagnostics_ui =0  "manual completion shortcut keysLet g:ycm_key_invoke_completion ='<C-c>'Let g:ycm_confirm_extra_conf=0Let G:ycm_cache_omnifunc =0Let G:ycm_seed_identifiers_with_syntax =1Let g:ycm_min_num_of_chars_for_completion=1Let G:ycm_collect_identifiers_from_tags_files =1Let g:ycm_collect_identifiers_from_comments_and_strings =1                                   

Ubuntu Vim Youcomlpeteme Configuration

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.