About the plugin of vim
- tracyone
- 帖子: 866
- 注册时间: 2010-11-19 14:25
- 系统: 乌班图
- 来自: onetracy.com
- 联系:
About the plugin of vim
Hello everyone,recently,I learn to use vim editor to edit my program.
I downloaded many vim plugin in vim.org,now I use cscope+ctags+taglist+bufexplorer+nerdtree+srcexpl+autopair+lookupfile+winmanage+c.vim to read source code and program.
The problem is :
1,when I switch between tabs,the vim show some errors about taglist,like Taglist_fold.........
I have to type return many times.........
2,Are there any suggests about the vim plugin ,求推荐==!
I downloaded many vim plugin in vim.org,now I use cscope+ctags+taglist+bufexplorer+nerdtree+srcexpl+autopair+lookupfile+winmanage+c.vim to read source code and program.
The problem is :
1,when I switch between tabs,the vim show some errors about taglist,like Taglist_fold.........
I have to type return many times.........
2,Are there any suggests about the vim plugin ,求推荐==!
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
- fanhe
- 帖子: 2357
- 注册时间: 2007-03-24 23:45
Re: About the plugin of vim
http://www.vimer.cn/2010/06/%E6%9C%AC%E ... 90%86.html
这里提到了很多,包括了很多优秀的插件了
楼主如果想要个类似IDE的环境,有兴趣可以试试我的插件组
http://www.vim.org/scripts/script.php?script_id=3647
最近正在重构,下个版本会比较迟才更新
这里提到了很多,包括了很多优秀的插件了
楼主如果想要个类似IDE的环境,有兴趣可以试试我的插件组
http://www.vim.org/scripts/script.php?script_id=3647
最近正在重构,下个版本会比较迟才更新
- tracyone
- 帖子: 866
- 注册时间: 2010-11-19 14:25
- 系统: 乌班图
- 来自: onetracy.com
- 联系:
Re: About the plugin of vim
好多

- tracyone
- 帖子: 866
- 注册时间: 2010-11-19 14:25
- 系统: 乌班图
- 来自: onetracy.com
- 联系:
Re: About the plugin of vim
能告诉我怎样才能弄个这么漂亮的个人网站么fanhe 写了:http://www.vimer.cn/2010/06/%E6%9C%AC%E ... 90%86.html
这里提到了很多,包括了很多优秀的插件了
楼主如果想要个类似IDE的环境,有兴趣可以试试我的插件组
http://www.vim.org/scripts/script.php?script_id=3647
最近正在重构,下个版本会比较迟才更新
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: About the plugin of vim
vim 失去响应的情况我遇到过两个:tracyone 写了:好多好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
- tracyone
- 帖子: 866
- 注册时间: 2010-11-19 14:25
- 系统: 乌班图
- 来自: onetracy.com
- 联系:
Re: About the plugin of vim
纳尼,杀掉之后没保存的东东怎么恢复啊lilydjwg 写了:vim 失去响应的情况我遇到过两个:tracyone 写了:好多好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: About the plugin of vim
杀的是子进程又不是 vim……再说了,杀掉 vim 后不是还有 swap 文件吗,未保存的也就 4 秒或者 200 个字符而已(默认)。tracyone 写了:纳尼,杀掉之后没保存的东东怎么恢复啊lilydjwg 写了:vim 失去响应的情况我遇到过两个:tracyone 写了:好多好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时
以上情况的解决方案是,杀掉对应的子进程。
- lainme
- 论坛版主
- 帖子: 7805
- 注册时间: 2008-09-13 19:17
- 系统: Arch Linux (x86_64)
- 联系:
Re: About the plugin of vim
我有这些,vundle管理的
Bundle 'gmarik/vundle'
Bundle 'taglist.vim'
Bundle 'The-NERD-Commenter'
Bundle 'buftabs'
Bundle 'po.vim--Jelenak'
Bundle 'SudoEdit.vim'
Bundle 'fcitx.vim'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'notes.vim'
Bundle 'DirDiff.vim'
Bundle 'linediff.vim'
Bundle 'git://github.com/lainme/simplecompile.git'
Bundle 'gmarik/vundle'
Bundle 'taglist.vim'
Bundle 'The-NERD-Commenter'
Bundle 'buftabs'
Bundle 'po.vim--Jelenak'
Bundle 'SudoEdit.vim'
Bundle 'fcitx.vim'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'notes.vim'
Bundle 'DirDiff.vim'
Bundle 'linediff.vim'
Bundle 'git://github.com/lainme/simplecompile.git'
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: About the plugin of vim
linediff 貌似不错耶,我去试试。lainme 写了:我有这些,vundle管理的
Bundle 'gmarik/vundle'
Bundle 'taglist.vim'
Bundle 'The-NERD-Commenter'
Bundle 'buftabs'
Bundle 'po.vim--Jelenak'
Bundle 'SudoEdit.vim'
Bundle 'fcitx.vim'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'notes.vim'
Bundle 'DirDiff.vim'
Bundle 'linediff.vim'
Bundle 'git://github.com/lainme/simplecompile.git'