转载推荐的适合与C/C++程序员的vim插件--让你的vim用起来像source insight

来源:互联网 发布:c语言argv 编辑:程序博客网 时间:2024/04/30 04:07

转自:

http://forum.ubuntu.org.cn/viewtopic.php?f=68&t=258157

通用:
mru.vim: http://www.vim.org/scripts/script.php?script_id=521
让你的vim能够显示最近打开的文件

yankring.vim: http://www.vim.org/scripts/script.php?script_id=1234
记录你的剪贴板的,让你复制剪切粘贴更爽

SearchComplete.vim: http://www.vim.org/scripts/script.php?script_id=474
在用“/”搜索时,自动完成要搜索的单词

opentermimal: http://www.vim.org/scripts/script.php?script_id=2896
在vim中打开文件浏览器或终端

showmarks.vim: http://www.vim.org/scripts/script.php?script_id=152
显示你在vim中设定的标签

bufexplorer.vim: http://www.vim.org/scripts/script.php?script_id=42
更方便地管理你的buffer

c/c++专用:

OmniCppComplete: http://www.vim.org/scripts/script.php?script_id=1520
C++成员函数,成员变量自动完成

trinity.vim: http://www.vim.org/scripts/script.php?script_id=2347
可以让你的vim和source insight很像,集成了taglist.vim,NERD_tree.vim,srcexpl.vim三个插件,并将它们合理地管理

code_complete: http://www.vim.org/scripts/script.php?script_id=1764
许多加快c/c++代码编辑的快捷键,与supertab有冲突,不可同时用

AddCppClass: http://www.vim.org/scripts/script.php?script_id=2986
帮助你快速添加一个C++类

echofunc.vim: http://www.vim.org/scripts/script.php?script_id=1735
在你输入函数按下左括号时,在vim的下方显示函数声明

a.vim: http://www.vim.org/scripts/script.php?script_id=31
快速在你的.h文件和.cpp/.c文件之间切换