Skip to content

noromanba/vim-kaoriya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 70.9%
  • Makefile 24.3%
  • Batchfile 4.4%
  • Other 0.4%