1
ini 2012-09-12 19:23:49 +08:00
emacs党,路过,围观。。。
|
2
humiaozuzu 2012-09-12 19:27:19 +08:00 1
我的:
"----------------- " Code Completion "----------------- Bundle 'ervandew/supertab' Bundle 'Shougo/neocomplcache' "Bundle 'Shougo/neocomplcache-snippets-complete' Bundle 'mattn/zencoding-vim' Bundle 'garbas/vim-snipmate' Bundle 'MarcWeber/vim-addon-mw-utils' Bundle 'tomtom/tlib_vim' Bundle 'honza/snipmate-snippets' "----------------------- " Surrounding Operation "----------------------- Bundle 'Raimondi/delimitMate' Bundle 'tsaleh/vim-matchit' Bundle 'tpope/vim-surround' "-------------- " Code Reading "-------------- Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/nerdcommenter' Bundle 'majutsushi/tagbar' Bundle 'humiaozuzu/TabBar' Bundle 'godlygeek/tabular' Bundle 'mileszs/ack.vim' Bundle 'kien/ctrlp.vim' "------------- " Other Utils " ------------ Bundle 'tpope/vim-fugitive' Bundle 'Lokaltog/vim-powerline' Bundle 'humiaozuzu/fcitx-status' Bundle 'sjl/gundo.vim' Bundle 'vim-scripts/mru.vim' Bundle 'scrooloose/syntastic' Bundle 'nvie/vim-togglemouse' "---------------------------------------- " Syntax/Indent for language enhancement "---------------------------------------- Bundle 'tpope/vim-markdown' Bundle 'nono/jquery.vim' Bundle 'pangloss/vim-javascript' Bundle '2072/PHP-Indenting-for-VIm' Bundle 'tpope/vim-haml' Bundle 'othree/html5.vim' Bundle 'kchmck/vim-coffee-script' Bundle 'beyondwords/vim-jinja2' "-------------- " Color Scheme "-------------- Bundle 'rickharris/vim-blackboard' Bundle 'altercation/vim-colors-solarized' Bundle 'rickharris/vim-monokai' Bundle 'tpope/vim-vividchalk' Bundle 'Lokaltog/vim-distinguished' 地址:https://github.com/humiaozuzu/dot-vimrc |
3
kongruxi 2012-09-12 19:32:07 +08:00
NERDtree
vim-surround BufExplorer NERDCommenter snipMate TagList git-vim ack rails AutoComplPop delimitMate matchit EasyMotion ctrlP ZoomWin |
4
hbin 2012-09-12 19:40:01 +08:00
有神马好晒的
|
5
reus 2012-09-12 20:33:33 +08:00
没插件不也一样用
|
6
ufo22940268 2012-09-12 21:02:40 +08:00
ConqueTerm没人用嘛,超帅的感觉
|
7
ivenvd 2012-09-13 00:32:46 +08:00
call vam#ActivateAddons(['Command-T', 'fugitive', 'ack', 'EasyMotion', 'Syntastic', 'Gundo', 'indentpython%3461', 'delimitMate', 'Powerline', 'LustyJuggler', 'vimproc', 'unite', 'neocomplcache', 'neocomplcache-snippets-complete', 'Indent_Guides', 'SudoEdit', 'ragtag', 'github:majutsushi/tagbar', 'github:liangfeng/vimcdoc', 'molokai', 'Lucius'], {'auto_install' : 1})
|
8
huobazi 2012-09-13 00:45:33 +08:00
|
9
carmark 2012-09-13 09:06:12 +08:00
基本不用插件,适应了插件的话,换机器没办法太难了,还是无插件也挺流畅。。。
|
10
h2ero 2012-09-13 09:58:08 +08:00
├── autoload
│ └── pathogen.vim ├── bundle │ ├── align │ ├── conque │ ├── cvimdoc │ ├── markdown │ ├── nerdtree │ ├── powerline │ ├── pydiction │ ├── pydoc │ ├── pyflakes │ ├── snipmate │ ├── syntastic │ ├── taglist │ ├── VisIncr │ └── zencoding-vim └── syntax ├── php.vim └── python.vim |
11
breestealth 2012-09-13 10:05:19 +08:00
@carmark 您这是神一样的回复啊!
|
12
NemoAlex 2012-09-13 10:08:27 +08:00
Vim 插件是少量精品,大量糟粕
遗憾的是日常使用必须依赖一些糟粕 |
13
hpyhacking OP 哈哈,其实就是想看看大家用什么?没准能从其中淘到一些好东西。
|
14
blankyao 2012-09-13 11:06:52 +08:00
用了好多插件,感觉现在启动速度很慢
|
15
jiazhoulvke 2012-09-13 12:54:04 +08:00
怎么都喜欢用snipmate?感觉不怎么好用。我用的是ultisnips
|
16
cranej 2012-09-13 13:13:48 +08:00
@hpyhacking Command-T, 个人觉得如果只能装一个插件,就是这个了。
|
17
hpyhacking OP |
18
cranej 2012-09-13 13:30:12 +08:00
@hpyhacking 看起来更好一些,一会儿试试看,多谢。
|
19
c4pt0r 2012-09-13 14:03:24 +08:00
spf-13
|
20
duhastmich 2012-09-14 10:25:59 +08:00
前一阵子换到Vundle,还没整理过,有点乱...
Bundle 'benmills/vimux' Bundle 'ctrlp.vim' Bundle 'mru.vim' Bundle 'vim-stylus' " Bundle 'UltiSnips' Bundle 'vim-indent-object' Bundle 'vimwiki' Bundle 'Tagbar' Bundle 'delimitMate.vim' " Bundle 'VimOutliner' Bundle 'vimoutliner/vimoutliner' " Bundle 'Gundo' Bundle 'paster.vim' " Bundle 'bufkill.vim' Bundle 'vim-coffee-script' Bundle 'altercation/vim-colors-solarized' Bundle 'NrrwRgn' Bundle 'Lokaltog/vim-powerline' " Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mattn/zencoding-vim' Bundle 'godlygeek/tabular.git' Bundle 'tomtom/tcomment_vim.git' Bundle 'git://repo.or.cz/vcscommand' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-haml' Bundle 'tpope/vim-vividchalk' Bundle 'unimpaired.vim' Bundle 'speeddating.vim' Bundle 'ervandew/supertab.git' Bundle 'scrooloose/syntastic.git' Bundle 'VimClojure' Bundle 'derekwyatt/vim-scala.git' Bundle 'timcharper/textile.vim' Bundle 'nginx.vim' " Bundle 'gnupg.vim' Bundle 'git://gitorious.org/vim-gnupg/vim-gnupg.git' " Bundle 'jslint.vim' Bundle 'jceb/vim-orgmode' " Bundle 'hsitz/VimOrganizer' " Bundle 'klen/python-mode' "broken Bundle 'pangloss/vim-javascript' " Bundle 'nathanaelkane/vim-indent-guides' " Bundle 'gregsexton/gitv' Bundle 'slimv.vim' Bundle 'johnhamelink/blade.vim' " Bundle 'spolu/dwm.vim' " Bundle 'roman/golden-ratio' Bundle 'VimIM' Bundle 'DirDiff.vim' Bundle 'bufexplorer.zip' Bundle 'matchit.zip' Bundle 'AnsiEsc.vim' " Bundle 'quickrun' " Bundle 'vim-l9' " Bundle 'vst' " Bundle 'Lokaltog/vim-easymotion' " Bundle 'tpope/vim-rails.git' " Bundle 'FuzzyFinder' " Bundle 'Align' " Bundle 'scrooloose/nerdtree.git' " Bundle 'scrooloose/nerdcommenter' " Bundle 'Shougo/neocomplcache.git' " ack " bexec " eunuch " clam " ragtag " voom " vimroom " fcitx " css-color " cute-python " conque " yankering |
21
yinsigan 2012-09-14 18:57:46 +08:00
Bundle 'gmarik/vundle'
Bundle 'mattn/zencoding-vim' Bundle 'scrooloose/nerdtree.git' Bundle 'kien/ctrlp.vim.git' Bundle "MarcWeber/vim-addon-mw-utils" Bundle "tomtom/tlib_vim" "Bundle "snipmate-snippets" "Bundle "honza/snipmate-snippets" " Bundle "garbas/vim-snipmate" Bundle 'garbas/vim-snipmate' Bundle 'spf13/snipmate-snippets' Bundle "taglist.vim" Bundle "mileszs/ack.vim" Bundle "tpope/vim-rails" Bundle "tpope/vim-bundler" Bundle "tpope/vim-rake" Bundle "tpope/vim-surround" Bundle "othree/xml.vim" " Bundle "fholgado/minibufexpl.vim" Bundle "tpope/vim-commentary" Bundle 'vim-scripts/sessionman.vim' Bundle 'corntrace/bufexplorer' Bundle 'altercation/vim-colors-solarized' Bundle 'spf13/vim-colors' Bundle 'AutoClose' Bundle 'flazz/vim-colorschemes' Bundle 'tpope/vim-fugitive' Bundle 'scrooloose/nerdcommenter' Bundle 'leshill/vim-json' Bundle 'groenewege/vim-less' Bundle 'taxilian/vim-web-indent' Bundle 'HTML-AutoCloseTag' Bundle 'ChrisYip/Better-CSS-Syntax-for-Vim' Bundle 'spf13/vim-markdown' "Bundle 'spf13/vim-preview' Bundle 'tpope/vim-cucumber' Bundle 'Puppet-Syntax-Highlighting' Bundle 'Lokaltog/vim-powerline' " Bundle 'jeetsukumaran/vim-buffergator' " Bundle 'vim-scripts/AutoComplPop.git' Bundle 'tpope/vim-endwise.git' Bundle 'tpope/vim-haml' Bundle 'tpope/vim-ragtag' Bundle 'godlygeek/tabular' Bundle 'Shougo/neocomplcache.git' Bundle 'jamescarr/snipmate-nodejs' "Bundle 'statianzo/vim-jade' Bundle 'digitaltoad/vim-jade' Bundle 'kchmck/vim-coffee-script' Bundle 'ap/vim-css-color' Bundle 'ervandew/supertab' Bundle 'wavded/vim-stylus' Bundle 'nono/jquery.vim' Bundle 'bbommarito/vim-slim' Bundle 'tmhedberg/matchit' |
22
jerommix 2012-09-14 23:31:35 +08:00
|
23
jerommix 2012-09-15 10:27:30 +08:00
|