From dc1af50d80c8536c367c3d84900e41c075ef3928 Mon Sep 17 00:00:00 2001 From: phansible Date: Tue, 13 Feb 2024 12:57:12 -0500 Subject: [PATCH] Updated README.md Link to Vim Zero updated Included basic directions to use with out the Ansible playbook I have to auto-install --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c10ac..e414f3c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,24 @@ I want to finally have a `.vimrc` in which I understand each and every line. After years of collecting snips and scraps from other people's dotfiles, I want to make sure that I am aware of what my `.vimrc` is doing. -This configuration is based heavily on the guide I found here: [Vim Zero](https://www.oliversherouse.com/2017/08/21/vim_zero.html) +This configuration is based heavily on the guide I found here: [Vim Zero](https://www.oliversherouse.com/posts/vim_zero.html) which does exactly what I am aiming to do here: wipe the slate clean and start over. Whenever possible, I've noted the URL from which I found the setting or snippet. I try to insist that not everything is self-explanatory. +## Installation + +Without the Ansible playbook, just clone this repo to a directory and create a few symlinks: + +```sh +ln -s dotfiles-vim/.vimrc $HOME/.vimrc +ln -s dotfiles-vim/.vim $HOME/.vim +``` + +Then open vim and install (or update) the plugins with `:PlugInstall` (or `:PlugUpdate`) + +--- + * 2024-02-13: Several changes: * Included more comments and links about what each entry does * Removed polyglot plugin