Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 762 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 762 Bytes

Installation

Requires vim and python 3. On mac:

$ brew install macvim python3
$ pip3 install --user pynvim

Or neovim with python 3 support:

$ brew install neovim python3
$ pip3 install --upgrade neovim

git clone git://github.com/robinclowers/vimfiles.git ~/.vim && ~/.vim/setup.sh

Switched the Ack plugin to use Ripgrep Install OSX: brew install ripgrep

For xmpfilter:

$ gem install rcodetools fastri

Attributions

Most of this config was built by Aaron Jensen. Inconsolata-g was originally from http://leonardo-m.livejournal.com/77079.html Many things stolen from Gary Bernhardt: https://github.com/garybernhardt/dotfiles/blob/master/.vimrc