Windows下Vim配置外掛程式Vundle

來源:互聯網
上載者:User

標籤:結構   rup   UI   github   可見   htm   plugin   管理工具   code   

第一步:安裝git並配置curl

不多說,vundle是基於git的架構,so,這是必須的。

下載msysgit並安裝(具體可見http://drupalchina.cn/content/windows-xi-tong-xia-gitan-zhuang-tu-jie),並將Git 的cmd路徑和bin路徑加入環境變數Path,如

D:\Program Files\Git\cmd
D:\Program Files\Git\bin

然後運行cmd

git --version
curl --version

如果顯示出git和curl的版本資訊,說明安裝成功。

第二步:安裝vundle

Git安裝完成後,從官網Clone Vundle到Vim的安裝路徑下,如

git clone https://github.com/gmarik/vundle D:\Vim\vimfiles\bundle\vundle

此時Vim的目錄結構應該如下所示

D:Vim

+\---|vim73

+\---|vimfiles

+---bundle

+---vundle

+---autoload
第三步:配置vundle

在_vimrc檔案中加入下面的配置

"=====Vundle 外掛程式管理工具=====

filetype off  
" 此處規定Vundle的路徑
set rtp+=$VIM/vimfiles/bundle/vundle/
call vundle#rc(‘$VIM/vimfiles/bundle/‘)
Bundle ‘gmarik/vundle‘
filetype plugin indent on
" original repos on github
Bundle ‘mattn/zencoding-vim‘
Bundle ‘drmingdrmer/xptemplate‘
" vim-scripts repos
Bundle ‘vim-markdown‘
filetype plugin indent on " required!
第四步:enjoy

Vundle常用指令

:BundleList 列出已經安裝的外掛程式

:BundleInstall 安裝所有設定檔中的外掛程式

:BundleInstall! 更新所有外掛程式

:BundleSearch 搜尋外掛程式

:BundleClean! 根據設定檔刪除外掛程式


原文: http://lab.yqc.im/Windows-vim-vundle.html

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.