Skip to content

rnagle/janus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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://github.com/rnagle/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):

pip install flake8

For rubocop (super nice ruby style checking):

gem install rubocop

For find all in project:

brew install ack

For jscs (javascript style checking):

npm install -g jscs

For jsonlint (JSON style checking):

npm install -g jsonlint

Fonts

Find powerline-enabled fonts here.

Currently using Meslo.

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

No packages published

Languages

  • Vim Script 100.0%