From 12455dbb411ecd4f9e4439d911ac52a5f9f8708d Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 20 Feb 2021 14:39:01 -0500 Subject: [PATCH] Create setup.md --- setup.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.md 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`