V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
hpyhacking
V2EX  ›  Vim

晒晒你的Vim插件列表

  •  
  •   hpyhacking · 2012-09-12 19:11:01 +08:00 · 8467 次点击
    这是一个创建于 4244 天前的主题,其中的信息可能已经有所发展或是发生改变。
    bufexplorer
    ctrlp
    genutils
    grep
    manpageview
    markdown
    nerdcommenter
    nerdtree
    snipmate
    tabular
    vim-cocoa
    vim-coffee-script
    vim-easymotion
    vim-javascript
    vim-pathogen
    vim-powerline
    vim-rails
    vim-scss
    vim-slim
    vim-surround
    vim-zencoding
    vimerl
    23 条回复    1970-01-01 08:00:00 +08:00
    ini
        1
    ini  
       2012-09-12 19:23:49 +08:00
    emacs党,路过,围观。。。
    humiaozuzu
        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
    kongruxi
        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
    hbin
        4
    hbin  
       2012-09-12 19:40:01 +08:00
    有神马好晒的
    reus
        5
    reus  
       2012-09-12 20:33:33 +08:00
    没插件不也一样用
    ufo22940268
        6
    ufo22940268  
       2012-09-12 21:02:40 +08:00
    ConqueTerm没人用嘛,超帅的感觉
    ivenvd
        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})
    huobazi
        8
    huobazi  
       2012-09-13 00:45:33 +08:00
    carmark
        9
    carmark  
       2012-09-13 09:06:12 +08:00
    基本不用插件,适应了插件的话,换机器没办法太难了,还是无插件也挺流畅。。。
    h2ero
        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
    breestealth
        11
    breestealth  
       2012-09-13 10:05:19 +08:00
    @carmark 您这是神一样的回复啊!
    NemoAlex
        12
    NemoAlex  
       2012-09-13 10:08:27 +08:00
    Vim 插件是少量精品,大量糟粕
    遗憾的是日常使用必须依赖一些糟粕
    hpyhacking
        13
    hpyhacking  
    OP
       2012-09-13 10:23:27 +08:00
    哈哈,其实就是想看看大家用什么?没准能从其中淘到一些好东西。
    blankyao
        14
    blankyao  
       2012-09-13 11:06:52 +08:00
    用了好多插件,感觉现在启动速度很慢
    jiazhoulvke
        15
    jiazhoulvke  
       2012-09-13 12:54:04 +08:00
    怎么都喜欢用snipmate?感觉不怎么好用。我用的是ultisnips
    cranej
        16
    cranej  
       2012-09-13 13:13:48 +08:00
    @hpyhacking Command-T, 个人觉得如果只能装一个插件,就是这个了。
    hpyhacking
        17
    hpyhacking  
    OP
       2012-09-13 13:26:59 +08:00   ❤️ 1
    @cranej 那玩意被我淘汰了,首先这东西需要编译,貌似还要求什么语言的版本,一开始搞的很头疼,后来我用了ctrlp,腰也不算了腿也不疼了,用正则匹配文件特别棒~

    哈哈 玩笑而已,推荐试用
    cranej
        18
    cranej  
       2012-09-13 13:30:12 +08:00
    @hpyhacking 看起来更好一些,一会儿试试看,多谢。
    c4pt0r
        19
    c4pt0r  
       2012-09-13 14:03:24 +08:00
    spf-13
    duhastmich
        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
    yinsigan
        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'
    jerommix
        22
    jerommix  
       2012-09-14 23:31:35 +08:00
    jerommix
        23
    jerommix  
       2012-09-15 10:27:30 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2926 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 08:53 · PVG 16:53 · LAX 01:53 · JFK 04:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.