Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 655 Bytes

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)