Yet another personal vim setup. Heavily inspired by spf-13. Also includes some other dot files I find useful.
git clone [email protected]:jondlm/jvim ~/.jvim && cd ~/.jvim
git submodule update --init --recursive
downloads vundle./install.sh [bonus]
warning, will potentially overwrite existing dot files in your home directory. The script isn't long, just read it :)- Make sure your neovim version is updated
- Install zsh (and maybe fzf, rustup, asdf, alacritty)
- Clone zplug with
git clone [email protected]:zplug/zplug.git ~/.zplug
- Run
zsh
andzplug install
- [mac] Run
brew install reattach-to-user-namespace
to get awesome clipboard support on mac - Run vim, you'll get some errors, that's okay, just run
:BundleInstall
- Quit and restart vim
- Enjoy!