分页: 1 / 1

About the plugin of vim

发表于 : 2012-09-08 22:08
tracyone
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 ,求推荐==!

Re: About the plugin of vim

发表于 : 2012-09-08 23:07
lilydjwg
我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en

Re: About the plugin of vim

发表于 : 2012-09-09 2:29
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

最近正在重构,下个版本会比较迟才更新

Re: About the plugin of vim

发表于 : 2012-09-09 10:38
tracyone
lilydjwg 写了:我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
好多 :em06 好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么

Re: About the plugin of vim

发表于 : 2012-09-09 10:38
tracyone
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

最近正在重构,下个版本会比较迟才更新
能告诉我怎样才能弄个这么漂亮的个人网站么

Re: About the plugin of vim

发表于 : 2012-09-09 11:24
lilydjwg
tracyone 写了:
lilydjwg 写了:我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
好多 :em06 好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时

以上情况的解决方案是,杀掉对应的子进程。

Re: About the plugin of vim

发表于 : 2012-09-09 11:45
tracyone
lilydjwg 写了:
tracyone 写了:
lilydjwg 写了:我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
好多 :em06 好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时

以上情况的解决方案是,杀掉对应的子进程。
纳尼,杀掉之后没保存的东东怎么恢复啊

Re: About the plugin of vim

发表于 : 2012-09-09 12:17
lilydjwg
tracyone 写了:
lilydjwg 写了:
tracyone 写了:
lilydjwg 写了:我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
好多 :em06 好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
vim 失去响应的情况我遇到过两个:
1. ctags 搞不定嵌入大堆 ruby 代码的 vim 脚本 lusty-explorer.vim
2. snipMate 调用的 getTitle 程序遇墙连接超时

以上情况的解决方案是,杀掉对应的子进程。
纳尼,杀掉之后没保存的东东怎么恢复啊
杀的是子进程又不是 vim……再说了,杀掉 vim 后不是还有 swap 文件吗,未保存的也就 4 秒或者 200 个字符而已(默认)。

Re: About the plugin of vim

发表于 : 2012-09-09 13:11
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'

Re: About the plugin of vim

发表于 : 2012-09-09 13:31
lilydjwg
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'
linediff 貌似不错耶,我去试试。