zoukankan      html  css  js  c++  java
  • vim插件管理器vundle

    安装:  git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

    set nocompatible " be iMproved

    filetype off " required! /** 从这行开始,vimrc配置 **/

    set rtp+=~/.vim/bundle/vundle/

    call vundle#rc()

    " let Vundle manage Vundle

    " required!

    Bundle 'gmarik/vundle'

    " original repos on github (Github网站上非vim-scripts仓库的插件,按下面格式填写)

    Bundle 'tpope/vim-fugitive'

    Bundle 'Lokaltog/vim-easymotion'

    转自:http://www.cnblogs.com/xia520pi/archive/2014/04/11/3659386.html

    Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}

    Bundle 'tpope/vim-rails.git'

    " vim-scripts repos (vim-scripts仓库里的,按下面格式填写)

    Bundle 'L9'

    Bundle 'FuzzyFinder'

    " non github repos (非上面两种情况的,按下面格式填写)

    Bundle 'git://git.wincent.com/command-t.git'

    " ...

  • 相关阅读:
    变量
    总结 对象
    学生管理系统
    [Altera] Device Part Number Format
    [Matlab] sum
    [Matlab] Galois Field
    [C] static和extern的作用
    [Python] list
    [Python] raw_input
    [软件] UnicornViewer
  • 原文地址:https://www.cnblogs.com/cdwodm/p/5155450.html
Copyright © 2011-2022 走看看