| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I use the following repository to sync my .vimrc preferences across computers. These instructions are intended to help any friends and collaborators use my Vim configuration. Using my git assumes a clean Vim installation (i.e., running ls -A ~ | grep vim produces no output). If needed, rm -rf ~/.vim* will clean up your $HOME directory.
brew install vim --with-luajit --override-system-vicd ~
git clone git://github.com/frenchja/.vim.git
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh
ln -s ~/.vim/vimrc ~/.vimrcNeoBundle will handle the rest of the magic.
To use PyFlakes with Syntastic to check your Python syntax, you need to have it installed and in your $PYTHONPATH.
In order to use the Air statusbar, you need to install the Powerline fonts, which give access to special symbols. Rather than installing the patched fonts, it appears that using pip works equally well:
pip install --user git+git://github.com/Lokaltog/powerlineFor Anaconda:
conda pipbuild jediIf using Solarized colors for Terminal.app and you're on OS X >= 10.7, remember to use the patched terminal theme.
| Back | FazBrowse Home | New Git URL |