一、ctrlpvim/ctrlp.vim
1.~/.vimrc 添加一行 Bundle ‘ctrlpvim/ctrlp.vim‘
2.vim命令模式执行"BundleInstall"安装插件;
3.~/.vimrc 添加
"ctrlp 配置 let g:ctrlp_map = ‘<c-p>‘ let g:ctrlp_cmd = ‘CtrlP‘ map <c-k> :CtrlPMRUFiles<CR> let g:ctrlp_tabpage_position = ‘ac‘ let g:ctrlp_extensions = [‘tag‘] let g:ctrlp_working_path_mode = ‘ra‘ let g:ctrlp_working_path_mode = 0 let g:ctrlp_use_caching = 1 let g:ctrlp_clear_cache_on_exit = 0 let g:ctrlp_mruf_max = 250 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.rc,*.aps,*.vcproj.*,/home/shuaijun/se/SimulationEngine_Rapid/tinyxml/* let g:ctrlp_custom_ignore = { \ ‘dir‘: ‘\.git$\|\.hg$\|\.svn$\|\.yardoc\|public\/images\|public\/system\|data\|log\|tmp$\|node_modules\|vendor‘,\ ‘file‘: ‘\.exe$\|\.so$\|\.dat$‘ \ }
二、ctags
三、cscope
四、NERDCommenter
五、EasyMotion
YouCompleteMe
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。