Includes plugins such as Youcompleteme, Monokai style
Set Nu!colorscheme monokaiset tabstop=4map : Nerdtreetoggleset nocompatible "be improvedfiletype off " Required!set Rtp+=~/.vim/bundle/vundle.vim/call VUNDLE#RC () bundle ' gmarik/vundle ' bundle ' tpope/vim-fugitive ' bundle ' Lokaltog/vim-easymotion ' Bundle ' rstacruz/sparkup ', {' RTP ': ' vim/'}bundle ' tpope/vim-rails.git ' "vim-scripts Reposbundle ' L9 ' bundle ' fuzzyfinder ' bundle ' valloric/youcompleteme ' bundle ' valloric/listtoggle ' bundle ' scrooloose/ Syntastic ' bundle ' scrooloose/nerdcommenter ' bundle ' scrooloose/nerdtree ' filetype plugin indent on ' required! Can not comment, comments after their own written comment plug-in can not be used. Let Mapleader = "," Nnoremap jd:ycmcompleter gotodefinitionelsedeclarationnnoremap cc: Ycmforcecompileanddiagnosticslet g:ycm_global_ycm_extra_conf = ' ~/.ycm_extra_conf.py ' Let g:ycm_confirm_extra_conf = 0 "Close the project catalog load ycm_extra_conf.py prompt let g:syntastic_always_populate_loc_list = 1let g:syntastic_ignore_files=[". *\. py$ "]" disables syntastic to check for Python
The effect is as follows:
Personal VIM Configuration