cbartondock / PortableEnv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chris's Standalone Vim

This includes the following plugins:

auto-pairs

vim-colorschemes

goyo.vim

nerdcommenter

nerdtree

surround

vim-airline

vim-airline-themes

vim-indent-guides

vim-better-whitespace

with shortcuts set up in what I hope is an intuitive way.

Installation

Clone this project and make it the ~/.vim directory, then run:

git clone https://github.com/cbartondock/PortableEnv.git ~/.vim
cd ~/.vim
source submodules.sh

in order to download all the submodules. Next run:

source linkconfig.sh

in order to create symlinks to the various config files in config_files

You should be mostly good to go, but you also need to install powerline fonts and set one of them as your terminal font.

Nice Additions

I suggest you use iTerm2 as your terminal and install powerline-shell. I also prefer Zsh with some OhMyZsh plugins (git and osx at the least) to bash. I've included a .zshrc among config_files. If you use zsh, make sure you install powerline-shell and fonts-powerline first.

Notes

I am using my own forks of oh-my-zsh and vim-airline-themes because I've made modifications to them (I will merge with the originals if and when my pull requests are accepted).

Caveats

When installing powerline-shell there is the danger of using the wrong version of pip. On linux use system pip (sudo apt-get install pip) and do not upgrade it when it prompts you to.

About


Languages

Language:Vim Script 66.1%Language:Shell 33.9%