zirni / swvim

Swvim is a little vim package. It's lightweight and optimized for rails development in terminal vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swvim Build Status

Swvim is a little vim package. It's lightweight and optimized for rails development in terminal vim.

Requirements

To use airline with the current theme and powerline fonts, please install powerline-fonts.

Just be sure that you have 256 colors enabled in your terminal.

For example:

~  tput colors
256

➜  ~  echo $TERM
xterm-256color

Setup

Be sure that you don't have any .vim.old .vimrc.old .gvimrc.old in your home directory.

Then do

git clone git@github.com:SweeD/swvim.git ~/.swvim
cd ~/.swvim
./install.sh

Now you have to follow these steps to finish the installation:

bundle
RUBYOPT='-E utf-8' vim-update-bundles

And now you're ready to go!

Customization

You can add your own configurations in ~/.vimrc.local to customize the config to your needs.

About

Swvim is a little vim package. It's lightweight and optimized for rails development in terminal vim.


Languages

Language:Vim Script 98.2%Language:Ruby 1.2%Language:Shell 0.5%