About the plugin of vim

Vim、Emacs配置和使用
回复
头像
tracyone
帖子: 866
注册时间: 2010-11-19 14:25
系统: 乌班图
来自: onetracy.com
联系:

About the plugin of vim

#1

帖子 tracyone » 2012-09-08 22:08

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 ,求推荐==!
头像
lilydjwg
论坛版主
帖子: 4258
注册时间: 2009-04-11 23:46
系统: Arch Linux
联系:

Re: About the plugin of vim

#2

帖子 lilydjwg » 2012-09-08 23:07

我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
头像
fanhe
帖子: 2357
注册时间: 2007-03-24 23:45

Re: About the plugin of vim

#3

帖子 fanhe » 2012-09-09 2:29

http://www.vimer.cn/2010/06/%E6%9C%AC%E ... 90%86.html
这里提到了很多,包括了很多优秀的插件了

楼主如果想要个类似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

#4

帖子 tracyone » 2012-09-09 10:38

lilydjwg 写了:我用的 vim 插件的不完全列表:

http://webcache.googleusercontent.com/s ... TW|lang_en
好多 :em06 好像有些插件功能上重复,而且有些bug,偶尔vim会死掉,你没出现过么
头像
tracyone
帖子: 866
注册时间: 2010-11-19 14:25
系统: 乌班图
来自: onetracy.com
联系:

Re: About the plugin of vim

#5

帖子 tracyone » 2012-09-09 10:38

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

#6

帖子 lilydjwg » 2012-09-09 11:24

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 程序遇墙连接超时

以上情况的解决方案是,杀掉对应的子进程。
头像
tracyone
帖子: 866
注册时间: 2010-11-19 14:25
系统: 乌班图
来自: onetracy.com
联系:

Re: About the plugin of vim

#7

帖子 tracyone » 2012-09-09 11:45

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 程序遇墙连接超时

以上情况的解决方案是,杀掉对应的子进程。
纳尼,杀掉之后没保存的东东怎么恢复啊
头像
lilydjwg
论坛版主
帖子: 4258
注册时间: 2009-04-11 23:46
系统: Arch Linux
联系:

Re: About the plugin of vim

#8

帖子 lilydjwg » 2012-09-09 12:17

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 个字符而已(默认)。
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: About the plugin of vim

#9

帖子 lainme » 2012-09-09 13:11

我有这些,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'
头像
lilydjwg
论坛版主
帖子: 4258
注册时间: 2009-04-11 23:46
系统: Arch Linux
联系:

Re: About the plugin of vim

#10

帖子 lilydjwg » 2012-09-09 13:31

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 貌似不错耶,我去试试。
回复