commit 7c1e241f4baa4d452782dc43e6728f53acffaa74 (patch) parent f145830294a962eb2d7596175749c3c763e95f64 Author: Alexander Karle <akarle@umass.edu> Date: Sun, 7 Oct 2018 22:55:45 -0400 vim: Update README installation instructions Diffstat:
M | vim/README.md | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/vim/README.md b/vim/README.md @@ -8,6 +8,21 @@ repo for greater portability and a cleaner history. ## Install +Mac/Linux: + ```sh git clone https://github.com/akarle/dotvim ~/.vim ``` + +Windows: + +```sh +git clone https://github.com/akarle/dotvim ~\vimfiles +``` + +Note that in Vim 7.4 and newer **you don't need to symlink `~/.vim/vimrc` to +`~/.vimrc`**, making a one directory repo a cleaner and more portable option! + +However, if an old `~/.vimrc` file exists, it will be sourced before and instead +of `~/.vim/vimrc`. If you don't see expected behavior, you can always check the +loaded files with `:scriptnames` to diagnose the issue.