From 211f228e22dafe908adb8b1e852a28dacd17014d Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 1 Dec 2015 11:23:56 -0700 Subject: Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ada906b..5f636a7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # Setup -This is my '~/.vim' folder along with my vimrc folder. -If you want to use this yourself you can use the following commands: - +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 ``` -This will overwrite an existing vimrc file if you have one. + -- cgit v1.2.3