All Projects → hzheng → vimconf

hzheng / vimconf

Licence: other
vim configurations

Programming Languages

Vim Script
2826 projects
Vim Snippet
174 projects
shell
77523 projects

vimconf

A Vim configuration which supports plugin loading as per file type.

Installation

NOTE: If you are using Vim on Windows, please install Cygwin.

  1. Check out from github:

    git clone git://github.com/hzheng/vimconf.git
    OR:
    git clone https://github.com/hzheng/vimconf.git
    
    cd vimconf
    
  2. Install submodules:

    sh/install-submodules.sh
    
  3. Install Vim configuration:

    sh/install-configs.sh
    

Troubleshooting

  • Problems in submodule installation

    • Error on cloning submodule(or submodule's submoudle):

      Permission denied (publickey)
      

      Solution:

      Some submodules may require you to set up SSH for GitHub, for more information, please refer to github help.

    • If some submodules cannot be downloaded for the moment, you can continue to install Vim configuration and retry downloading later.

    • Error on installing command-t:

      ruby: command not found
      

      Solution:

      install ruby

    • Error on installing command-t:

      extconf.rb:24:in `require': no such file to load -- mkmf (LoadError)
      

      Solution:

      install ruby-dev

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].