MegFord / janus-1

My janus vim stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Janus config

These are my tweaks for the Janus Vim distribution.

How you use this:

First, install Janus

Then:

git clone git://github.com/ryanmark/janus.git ~/.janus
cd ~/.janus
git submodule update --init --recursive
ln -s ~/.janus/vimrc.after ~/.vimrc.after
ln -s ~/.janus/gvimrc.after ~/.gvimrc.after

In addition, make sure you have these installed:

For powerline (on OS X):

brew install ctags-exuberant

For flake8 (super nice python syntax checking):

sudo pip install flake8

For rubocop (super nice ruby style checking):

sudo gem install rubocop

For Arduino integration:

sudo pip install ino

And install the font Hermit.

Misc.

To use my flake8 config, create a symlink as follows:

cd ~/.config/
ln -s ~/.janus/config/flake8

About

My janus vim stuff


Languages

Language:Vim Script 100.0%