Welcome to my Dotfile!
Vim packages are managed using Pathogen
and kept up-to-date using git submodules.
You can add a new package with: git submodule add.
- Install brew, nvim, node/npm, iTerm2
- Import
iterm2/profile.jsoninto iTerm2 - Run the install script
$ ./install
- Open
nvimand run:
:PlugInstall
$ git submodule deinit -f -- vim/bundle/submodule
$ rm -rf .git/modules/vim/bundle/submodule
$ git rm -f vim/bundle/submodule