Windows下VIM使用Vundle管理外掛程式

來源:互聯網
上載者:User

標籤:windows下vim使用vundle管理外掛程式

Windows下VIM使用Vundle管理外掛程式

首先安裝GVIM和Git,將C:\Program Files\Git\cmd加入到Path環境變數中,之後在CMD中執行:

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

在_vimrc檔案中添加如下配置:

"配置Vundle開始"開始使用Vundle的必須配置set nocompatiblefiletype off"Vundle的路徑:set rtp+=$HOME/.vim/bundle/vundle/vundle.vim"外掛程式的安裝路徑:call vundle#begin(‘$HOME/.vim/bundle/vundle/vundle.vim‘)"使用Vundle來管理VundleBundle ‘gmarik/vundle‘"PowerLine外掛程式 狀態列增強展示Bundle ‘Lokaltog/vim-powerline‘"vim有一個狀態列 加上powline則有兩個狀態列set laststatus=2set t_Co=256let g:Powline_symbols=‘fancy‘call vundle#end()"Vundle配置必須 開啟外掛程式filetype plugin indent on" 操作說明:" 安裝Vundle" git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle" Github網站上非vim-scripts倉庫的外掛程式,按下面格式填寫  " Bundle ‘tpope/vim-fugitive‘  " Github網站上vim-scripts倉庫裡的,按下面格式填寫" Bundle ‘FuzzyFinder‘  " 非上面兩種情況的,按下面格式填寫,直接使用git源" Bundle ‘git://git.wincent.com/command-t.git‘  " 指定本地Git倉庫中的外掛程式" Bundle ‘file:///Users/gmarik/path/to/plugin‘" 常用命令" :BundleList      - 顯示外掛程式列表" :BundleInstall   - 安裝外掛程式" :BundleInstall!  - 更新外掛程式" :BundleClean     - 清理無用外掛程式" 配置Vundle結束

以如下格式添加需要 外掛程式,之後在Gvim裡執行相應的命令,即可自動安裝外掛程式。

Bundle ‘FuzzyFinder‘


本文出自 “Hello3389的部落格” 部落格,請務必保留此出處http://hello3389.blog.51cto.com/1171990/1720481

Windows下VIM使用Vundle管理外掛程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.