Skip to content
forked from carlhuda/janus

A Vim Distro based on Carlhuda's Janus with a few things switched around

Notifications You must be signed in to change notification settings

dstrctrng/junas

 
 

Repository files navigation

Getting started

Clone this project to ~/.junas; symlink .junas to ~/.vim

Load junas in ~/.vimrc with:

" source junas
source ~/.vim/junas

Install bundles like this:

" install whatever bundles over the net
silent call Bundle(["xoria256", "vim-colors-solarized"])
silent call Bundle(["surround", "repeat", "Rainbow_Parenthesis", "matchit.zip", "eregex"])
silent call Bundle(["The_NERD_tree", "The_NERD_Commenter", "powerline"])

Select a color scheme:

" use the xoria256 color scheme
colorscheme xoria256

About

A Vim Distro based on Carlhuda's Janus with a few things switched around

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 61.8%
  • Shell 38.2%