diff --git a/setup.md b/setup.md new file mode 100644 index 0000000..0918a2d --- /dev/null +++ b/setup.md @@ -0,0 +1,11 @@ +# Setup + +## Vim Plug + +``` +curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` + +Update `~/.vimrc` to [this](.vimrc) and close vim + +open vim and run `:PlugInstall`