登录 注册
当前位置:主页 > 资源下载 > 3 > 为编程爱好者量身打造的vim设置是20130906

为编程爱好者量身打造的vim设置是20130906

  • 更新:2024-11-22 08:15:32
  • 大小:26.86MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:GZ

资源介绍

"Set Tags "{{{ set tags=./tags 解压到~目录下, 插件若有更新,可到插件目录下执行git pull 每个插件的目录下的conf.vim中有更多的设置及说明 "FuzzyFinder fuf.vim模糊查找 source ~/.vim/bundle/fuzzyfinder/conf.vim "NERD_commenter.vim source ~/.vim/bundle/nerdcommenter/conf.vim "单独切换打开NERD_tree source ~/.vim/bundle/nerdtree/conf.vim "neocomplcache.vim source ~/.vim/bundle/neocomplcache/conf.vim "unite.vim "source ~/.vim/bundle/unite.vim/conf.vim "neosnippet.vim source ~/.vim/bundle/neosnippet/conf.vim "vimshell.vim, vim中使用shell, 最好一款 source ~/.vim/bundle/vimshell/conf.vim "omnicppcomplete.vim source ~/.vim/bundle/omnicppcomplete/conf.vim "code_complete.vim source ~/.vim/bundle/code_complete/conf.vim "clang_complete.vim "source ~/.vim/bundle/clang_complete/conf.vim "PowerLine.vim 状态栏更绚丽 source ~/.vim/bundle/powerline/conf.vim "lookupfile插件默认会使用ctags产生的tag来查找,效率很低,使用下面脚本生成filenametags source ~/.vim/bundle/lookupfile/conf.vim "CCtree.Vim C Call-Tree Explorer 源码浏览工具 关系树 (赞) source ~/.vim/bundle/cctree/conf.vim "tagbar 样式比taglist好看 source ~/.vim/bundle/tagbar/conf.vim "errormarker.vim source ~/.vim/bundle/errormarker/conf.vim "vcscommand 各种版本控制 svn cvs git hg source ~/.vim/bundle/vcscommand/conf.vim "F7 Grep.vim 查找字符 source ~/.vim/bundle/grep/conf.vim "GoldenView 窗口切割编辑利器 "source ~/.vim/bundle/GoldenView/conf.vim