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

有没有常用的 vim 插件,大家推荐一下

  •  
  •   bboysoul · 2017-02-16 18:51:21 +08:00 · 2769 次点击
    这是一个创建于 2626 天前的主题,其中的信息可能已经有所发展或是发生改变。
    10 条回复    2017-02-17 10:50:21 +08:00
    haozhang
        1
    haozhang  
       2017-02-16 18:53:30 +08:00 via iPhone
    spf13
    ThinkCat
        2
    ThinkCat  
       2017-02-16 18:54:17 +08:00
    " version control
    " git
    Plug 'tpope/vim-fugitive'
    Plug 'airblade/vim-gitgutter'

    " completion
    Plug 'valloric/YouCompleteMe'

    " tool
    Plug 'scrooloose/nerdtree'
    Plug 'jistr/vim-nerdtree-tabs'
    Plug 'ctrlpvim/ctrlp.vim'
    Plug 'Raimondi/delimitMate' "automatic closing of quotes, parenthesis, brackets, etc.
    Plug 'tpope/vim-sensible' "provide some command preview
    Plug 'thirtythreeforty/lessspace.vim' "clear the whitespace in the end of line automic
    Plug 'junegunn/vim-easy-align'

    拿走不谢
    tracyone
        3
    tracyone  
       2017-02-16 19:11:10 +08:00 via iPhone
    既然你这样问,我只好贴配置了, https://github.com/tracyone/t-vim
    bintianbaihua
        4
    bintianbaihua  
       2017-02-16 19:18:32 +08:00
    vim-go
    j8sec
        5
    j8sec  
       2017-02-16 19:20:50 +08:00 via iPhone
    tonghuashuai
        6
    tonghuashuai  
       2017-02-16 19:43:07 +08:00
    https://github.com/w0rp/ale
    Vim 异步语法检查,再也不用担心打开保存文件卡顿了,仅支持 Vim8
    freestyle
        7
    freestyle  
       2017-02-16 19:47:39 +08:00 via iPhone
    SpaceVim
        8
    SpaceVim  
       2017-02-17 08:10:48 +08:00 via Android
    网速好可以看看, spacevim.org
    jpuyy
        9
    jpuyy  
       2017-02-17 10:47:24 +08:00
    如果你是服务器维护人员,还是不要用插件,因为你登上机器会发现没有你顺手的插件
    perrot
        10
    perrot  
       2017-02-17 10:50:21 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2850 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 09:39 · PVG 17:39 · LAX 02:39 · JFK 05:39
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.