Vim Plugin COMMAND-T Installation

Source: Internet
Author: User

Vim plug-in COMMAND-T application frequency is very high, the online introduction of a lot of articles, this blog main record the installation needs attention to the details of the problem. The VIM plugin Manager uses Vundle.


COMMAND-T relies on the Linux components mainly GCC, Ruby, Ruby-devel. Any one without installation will error. It's a good idea to check before installing. CentOS mainly commands Rpm-qa|grep commands, such as Rpm-qa|grep GCC


Specific installation steps


  1. Install Vundle. Vundle installation steps are described in Https://github.com/gmarik/Vundle.vim. This is not an exhausting statement.

  2. Edit the ~/.VIMRC file to add the following:

    Call Vundle#begin ()

    Plugin ' Wincent/command-t '

    Call Vundle#end ()

    After saving, vim command mode: Plugininstall

    Perform make build command-t.vba under the ~/.vim/bundle/command-t directory

  3. Edit Command-t.vba

    : So%

    This step will generate the necessary files to compile Ruby


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

    Ruby Extconf.rb

    Make



Vim Plugin COMMAND-T Installation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.