diff options
author | Cody Hiar <codyfh@gmail.com> | 2015-12-01 10:27:52 -0800 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2015-12-01 10:27:52 -0800 |
commit | 18162014cab8d9f43d12234a57864d224d6ca223 (patch) | |
tree | 3211fffe40c2cafb50070fe9a19006be8e12dad2 | |
parent | afaf1b0a01cbab1a986e119d550e590a6a9a251d (diff) | |
parent | ac054e7b630dbf5189f90b682a2847360c991963 (diff) |
Merge branch 'master' of https://github.com/thornycrackers/.vim
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Setup Now that I use Neovim exclusively, this has become my vim repo that I call when I want to install vim on a remote machine. ``` -git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc +git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc; vim +PlugInstall +qa ``` |