fvim is a set of configurations and plug ins that I have collected over the years as a vim user.
I recently did a major long overdue upgrade, based on this collection by Amir Salihefendic, and this blog post by Stephen Bach.
-
Clone this repo.
-
Change your
.vimrcfile to look like this:# Replace <FVIM_DIR> with the directory where # fvim is installed source <FVIM_DIR>/vimrc/vimrc.vim -
Initialize the submodules
git submodule init git submodule update -
Install the
Meslo LG S for Powerlinefont (fromtools/powerline-fonts) -
You need to install the Exuberant Ctags for
taglist.vimto work.brew install ctags -
If you need JavaScript autocomplete, be sure you have
npminstalled, and initializetern_for_vim:brew install npm cd <FVIM_DIR>/sources/tern_for_vim npm install