From 5ba24952c9d4639f0b2369658bb26feb7b29bce2 Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Sun, 25 Jun 2017 17:35:31 -0400 Subject: [PATCH] Update install notes to use vim-plug --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1886023..5928c1b 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,15 @@ You can watch a [short demo][] by [Jack Franklin][] recorded at [Vim London][]. Installation ------------ -The easiest way to install VTR is to add the git repo as a bundle, then use -[Pathogen][], [Vundle][] or similar plugin management option to add it to Vim's -runtime path. +If you don't have a preferred installation method, I recommend using +[vim-plug][]: -``` shell -cd ~/.vim -mkdir bundles # only -cd bundles -git clone https://github.com/christoomey/vim-tmux-runner.git +```vim +Plug 'christoomey/vim-tmux-runner' ``` +[vim-plug]: https://github.com/junegunn/vim-plug + Python Notes ------------