vim 外掛程式管理 bundle

來源:互聯網
上載者:User

有過VIM使用和配置經驗的同學都知道,VIM經過配置之後可以同IDE相媲美,作為神器當之無愧~

 

不過,配置VIM也是很麻煩的,很多時候當我們需要換系統,或者是備份資料,到其他機器使用的時

候就很麻煩.除了拷貝設定檔,還要把外掛程式都拷貝過去,這確實是比較蛋疼的事情~

 

最近在github發現一個新的管理外掛程式 -- vundle,就試玩了一下,感覺還不錯.不過,感覺這個外掛程式已經

問世很久了,如果真的是那樣,那就只能說我後知後覺了.

 

vundle使用很簡單.

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

 然後在.vimrc檔案中添加如下配置:

?
set nocompatible              " be iMprovedfiletype off                   " required! set rtp+=~/.vim/bundle/vundle/call vundle#rc() " let Vundle manage Vundle" required!Bundle'gmarik/vundle' " My Bundles here:"" original repos on githubBundle 'tpope/vim-fugitive'Bundle 'Lokaltog/vim-easymotion'Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}Bundle 'tpope/vim-rails.git'" vim-scripts reposBundle'L9'Bundle'FuzzyFinder'" non github reposBundle 'git://git.wincent.com/command-t.git'" ... filetype plugin indent on     " required!"" Brief help  -- 此處後面都是vundle的使用命令" :BundleList          - list configured bundles" :BundleInstall(!)    - install(update) bundles" :BundleSearch(!) foo - search(or refresh cache first)for foo" :BundleClean(!)      - confirm(or auto-approve) removal of unused bundles"" see :h vundle for more details or wiki for FAQ" NOTE: comments after Bundle command are not allowed..

好吧,管理外掛程式就是這麼簡單,如果想要安裝外掛程式,可以去GIT,也可一去vim-scripts去尋找

自己需要的外掛程式,然後放到設定檔去。

 

下面說說如何讓VIM變的華麗一點,以往都是使用statusline.vim外掛程式來使用狀態列,現在有了一個華麗

的替代品,power-line.先看一張圖吧~


狀態列不僅僅可以顯示彩色,還可一根據不同的狀態進行顏色的轉換~ 十分華麗~

 

結合vundle的使用,安裝power-line外掛程式~ 並進行相關配置.

 如上所示,我添加了vundle外掛程式的git源. 安裝方法在上述設定檔中已經給出了。(:BundleInstall)

然後再進行簡單配置即可.

 

就這麼簡單的幾步,一個華麗而且可以根據個人需要定製的神器就有了雛形,如需要添加其他外掛程式,只需要在設定檔

中添加,然後vundle會管理。 我自己添加了一些其他外掛程式,方法如下:

使用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.