首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏IMWeb前端团队

    分享一些vim插件

    " vim-snimate lib Plugin 'garbas/vim-snipmate' " vim-snimate Plugin 'walm/jshint.vim' Plugin 'tpope/vim-fugitive Plugin 'tpope/vim-fugitive' Plugin 'juneedahamed/svnj.vim' git svn 插件,可以diff, blame, log等,下面是diff (?

    1.5K100发布于 2017-12-29
  • 来自专栏编程之旅

    使用Vundle管理Vim插件

    formats supported. " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line 类似于Plugin 'tpope/vim-fugitive '这样的一行语句,就是安装一个新的插件,例如此行为安装vim-fugitive插件,例如这是一个Vim的Git相关插件,利用他可以很方便的查看对于文件的改动,还是很推荐安装使用的。

    67930发布于 2018-08-30
  • 来自专栏IMWeb前端团队

    分享一些vim插件

    " vim-snimate lib Plugin 'garbas/vim-snipmate' " vim-snimate Plugin 'walm/jshint.vim' Plugin 'tpope/vim-fugitive Plugin 'tpope/vim-fugitive' Plugin 'juneedahamed/svnj.vim' git svn 插件,可以diff, blame, log等,下面是diff (?

    90310发布于 2019-12-03
  • 来自专栏腾讯IVWEB团队的专栏

    分享一些 vim 插件

    " vim-snimate lib Plugin 'garbas/vim-snipmate' " vim-snimate Plugin 'walm/jshint.vim' Plugin 'tpope/vim-fugitive Plugin 'tpope/vim-fugitive' Plugin 'juneedahamed/svnj.vim' git svn 插件,可以diff, blame, log等,下面是diff (?

    2.4K00发布于 2017-03-13
  • 来自专栏粽子的深度学习笔记

    使用Vundle安装YouCompleteMe

    formats supported. " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive 以下范例用来支持不同格式的插件安装. " 请将安装插件的命令放在vundle#begin和vundle#end之间. " Github上的插件 " 格式为 Plugin '用户名/插件仓库名' Plugin 'tpope/vim-fugitive

    1.7K10发布于 2021-07-07
  • 来自专栏CU技术社区

    如何让 Vim 成为我们的神器?

    'right': '*/' } \ } scrooloose/nerdcommenter git Plug 'airblade/vim-gitgutter' Plug 'tpope/vim-fugitive ' airblade/vim-gitgutter tpope/vim-fugitive Markdown Plug 'suan/vim-instant-markdown' let g:instant_markdown_slow

    96820发布于 2019-10-25
  • 来自专栏粽子的深度学习笔记

    使用Vundle安装YouCompleteMe

    formats supported. " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive 以下范例用来支持不同格式的插件安装. " 请将安装插件的命令放在vundle#begin和vundle#end之间. " Github上的插件 " 格式为 Plugin '用户名/插件仓库名' Plugin 'tpope/vim-fugitive

    1.3K20发布于 2021-07-07
  • 来自专栏Python程序员杂谈

    我的pythonIDE-vim插件分享

    nerdcommenter nerdtree Syntastic tagbar taglist vim-colors-solarized vim-fugitive 然后配置下.vimrc,可以参考我的配置

    60540发布于 2019-02-28
  • 来自专栏Python程序员杂谈

    VIM插件管理及python开发环境配置

    Bundle 'scrooloose/nerdtree' Bundle 'kien/ctrlp.vim' Bundle 'sjbach/lusty' Bundle 'tpope/vim-fugitive

    93110发布于 2019-02-28
  • 来自专栏Python绿色通道

    打造一款高逼格的Vim神器

    ': '*/' } \ } ◈ scrooloose/nerdcommenter[17] git Plug 'airblade/vim-gitgutter' Plug 'tpope/vim-fugitive ' ◈ airblade/vim-gitgutter[18] ◈ tpope/vim-fugitive[19] Markdown Plug 'suan/vim-instant-markdown' let scrooloose/nerdcommenter [18]: https://github.com/airblade/vim-gitgutter [19]: https://github.com/tpope/vim-fugitive

    1.3K31发布于 2020-11-19
  • 来自专栏linux、Python学习

    10分钟教你为自己打造一个专属VIM

    right': '*/' } } ◈ scrooloose/nerdcommenter[17] git Plug 'airblade/vim-gitgutter'Plug 'tpope/vim-fugitive ' ◈ airblade/vim-gitgutter[18]◈ tpope/vim-fugitive[19] Markdown Plug 'suan/vim-instant-markdown'let g

    1.4K01发布于 2019-04-10
  • 来自专栏耕耘实录

    在无GUI的Linux环境下将vim编辑器打造成一款Python开发IDE

    以下范例用来支持不同格式的插件安装. " 请将安装插件的命令放在vundle#begin和vundle#end之间. " Github上的插件 " 格式为 Plugin '用户名/插件仓库名' "Plugin 'tpope/vim-fugitive

    1K30发布于 2018-12-20
  • 来自专栏北京马哥教育

    专属于你自己的vim 神器的打造方式

    right': '*/' } } ◈ scrooloose/nerdcommenter[17] git Plug 'airblade/vim-gitgutter'Plug 'tpope/vim-fugitive ' ◈ airblade/vim-gitgutter[18] ◈ tpope/vim-fugitive[19] Markdown Plug 'suan/vim-instant-markdown'let

    1.1K90发布于 2018-05-03
  • 来自专栏北京马哥教育

    专属于你自己的vim 神器的打造方式

    right': '*/' } } ◈ scrooloose/nerdcommenter[17] git Plug 'airblade/vim-gitgutter'Plug 'tpope/vim-fugitive ' ◈ airblade/vim-gitgutter[18] ◈ tpope/vim-fugitive[19] Markdown Plug 'suan/vim-instant-markdown'let

    80940发布于 2018-09-28
  • 来自专栏frytea

    Vim安装插件管理器Vundle

    以下范例用来支持不同格式的插件安装. " 请将安装插件的命令放在vundle#begin和vundle#end之间. " Github上的插件 " 格式为 Plugin '用户名/插件仓库名' Plugin 'tpope/vim-fugitive

    5.2K10发布于 2020-07-27
  • 来自专栏Python程序员杂谈

    最近的 vim 配置

    'tpope/vim-sensible' Plugin 'scrooloose/nerdtree' Plugin 'kien/ctrlp.vim' Plugin 'tpope/vim-fugitive

    1.1K30发布于 2019-03-01
  • 来自专栏技术实操

    Vim操作指令全解析

    shiftwidth=4set expandtab" 启用鼠标支持set mouse=a九、实用插件推荐Vundle:插件管理器NERDTree:文件浏览器CtrlP:快速文件查找vim-airline:状态栏美化vim-fugitive

    2K10编辑于 2025-04-03
  • 来自专栏LukaChen Blog

    vim 插件管理 Vundle

    formats supported. " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive

    45730编辑于 2023-10-22
  • Vim大揭秘:Linux下编辑之道

    " vim-plug call plug#begin('~/.vim/plugged') Plug 'tpope/vim-fugitive' " 例子:安装 vim-fugitive 插件 call

    71500编辑于 2025-05-30
  • 来自专栏liuchengxu

    终极 vim 配置: space-vim

    Layer 'markdown' Layer 'c-c++' " 加载 space-vim Layer中没有的插件 Plug 'tpope/vim-fugitive

    2.3K20发布于 2018-08-23
领券