vim外掛程式command-t安裝

來源:互聯網
上載者:User

標籤:vim   undle   command-t   

   vim外掛程式command-t應用頻率很高,網上介紹的文章也很多,這篇博文主要記錄一下安裝需要注意的細節問題。vim外掛程式管理器使用vundle。


   command-t依賴的linux組件主要有gcc、ruby、ruby-devel。任何一個沒有安裝都會報錯。在安裝之前最好檢查一下。centos主要用命令rpm -qa|grep命令,比如rpm -qa|grep gcc


具體安裝步驟


  1. 安裝vundle。vundle的安裝步驟詳見https://github.com/gmarik/Vundle.vim。這裡就不累述

  2. 編輯~/.vimrc檔案添加如下內容

    call vundle#begin()

    Plugin ‘wincent/command-t‘ 

    call vundle#end() 

    儲存後,vim命令模式下:PluginInstall

    在 ~/.vim/bundle/command-t目錄下執行make產生command-t.vba

  3. 編輯command-t.vba

    :so %

    這一步會產生編譯ruby的必要檔案


  4. cd ~/.vim/bundle/command-t/ruby/command-t

    ruby extconf.rb

    make



vim外掛程式command-t安裝

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.