diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ # 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. +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 && cd .vim && make install ``` - |