Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 781 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 781 Bytes

vimide

VIM构成的IDE环境(使用Vundle管理插件)

包含插件列表:

  • Plugin 'gmarik/vundle' "插件管理
  • Plugin 'OmniCppComplete' "自动补全
  • Plugin 'AutoComplPop' "自动提示
  • Plugin 'ccvext.vim' "自动生成ctags及cscope数据库
  • Plugin 'molokai' "molokai主题
  • Plugin 'The-NERD-tree' "NERD目录树
  • Plugin 'taglist.vim' "函数变量列表
  • Plugin 'majutsushi/tagbar' "显示对象

功能

  1. 项目资源管理器
  2. 函数变量列表
  3. 项目内变量、函数查找
  4. 自动补全(有待完善)
  5. 成对符号自动补全
  6. 在插入时,绝对行号自动转为相对行号

使用方法:

sh install