diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:25:39 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:25:39 -0600 |
commit | 7e8f77bc55e69b71d5fa6cbf089ef4245f2e2d6e (patch) | |
tree | df1b7a8cd046f63142b83e6261feac390acad9ab | |
parent | 21667b2578cdca0cacf0b0fb9713e9d377d621fd (diff) |
-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 ``` - |