Vimrc基础 VIM配置之常用插件配置

本文介绍了如何配置Vimrc,包括Cscope的设置以增强代码导航能力,NERDTree的配置以实现高效的文件管理,以及Taglist、WindowManager、MiniBuf、Grep和Netrw的相关设置,提升Vim的IDE体验。
摘要由CSDN通过智能技术生成
我目前在使用的几个插件,cscope,ctags,windowmanager,nerdtree,minibuf,都可以在vimscript上下载到,下面是我的插件配置项,由于插件比较少,加上服务器都不能连网,所以没有使用vundle进行插件管理。有了这些进行日常代码编辑和浏览应该能比较顺溜了。


"VimScript plugins settings { { {

"VimScript plugins cscope settings { { {
" This tests to see if vim was configured with the '--enable-cscope' option
" when it was compiled.  If it wasn't, time to recompile vim...
if has("cscope")
    " Standard cscope/vim boilerplate
    " use both cscope and ctag for 'ctrl-]', ':ta', and 'vim -t'
    set cscopetag
    " check cscope for definition of a symbol before checking ctags,
    " set to 1 if you want the reverse search order.
    set csto=0
    " add

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值