Skip to content
forked from SweeD/swvim

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

Notifications You must be signed in to change notification settings

ColdSphinX/swvim

This branch is 7 commits ahead of, 20 commits behind SweeD/swvim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Pascal Briehl
Apr 14, 2016
e3b0bc1 · Apr 14, 2016

History

69 Commits
Apr 14, 2016
Nov 27, 2011
Apr 11, 2016
Sep 23, 2014
Apr 14, 2016
Aug 11, 2014
Apr 11, 2016
Aug 14, 2014
Apr 12, 2016
Nov 27, 2011
Aug 14, 2014
Apr 14, 2016

Repository files navigation

Swvim Build Status

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

Requirements

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 [email protected]:ColdSphinX/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 84.5%
  • Ruby 10.7%
  • Shell 4.8%