noromanba / vim-kaoriya

Vim+kaoriya build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Setup

  1. Install git for windows

  2. Install guilt

    $ git clone https://github.com/koron/guilt.git
    $ cd guilt
    $ make install
    
  3. Checkout vim-kaoriya and submodules.

    $ git clone https://github.com/koron/vim-kaoriya.git
    $ cd vim-kaoriya
    $ git submodule init
    $ git submodule update
    
  4. Setup guilt.patchesdir to apply kaoriya patches.

    $ cd vim-kaoriya/vim
    $ git checkout master
    $ git config guilt.patchesdir ../patches
    

(WIP)

About

Vim+kaoriya build system


Languages

Language:Vim Script 71.0%Language:Makefile 24.3%Language:Batchfile 4.4%Language:Shell 0.3%Language:C 0.1%