Skip to content

MegFord/janus-1

 
 

Repository files navigation

My Janus config

These are my tweaks for the Janus Vim distribution.

How you use this:

First, install Janus

Then:

git clone git:https://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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 100.0%