Skip to content

Ki (ClojureScript inspired Sweet.js macros) syntax highlighting for Vim

Notifications You must be signed in to change notification settings

memoways/ki.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ki.vim

This vim plug-in provides minimalist support for the ki language

Mostly, right now, it sets the filetype to 'clojure' automatically when you open a .ki or .ki.js file. Support might be extended later on with proper highlighting, comments, error checking, etc.

For this plugin to work, you'll need vim-clojure-static - or a sufficiently version of vim that ships it.

Install instructions

Vundle is a very neat tool to manage your vim plugins, and is the recommended way to get ki.vim and keep it up-to-date.

Add this to your ~/.vimrc:

Bundle 'memoways/ki.vim'

Then restart vim, run :BundleInstall, and you're set!

Installing ki.vim with pathogen should be as easy as cloning it in ~/.vim/bundle

About

Ki (ClojureScript inspired Sweet.js macros) syntax highlighting for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published