8000 GitHub - dstrctrng/junas: A Vim Distro based on Carlhuda's Janus with a few things switched around
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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%
0