From 1ea8a5325b7ce9c20a691fb8b595c23b29df4120 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 2 Jul 2018 15:03:36 -0400 Subject: [PATCH] Update installation instructions --- README.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 69a73d9..2491701 100644 --- a/README.markdown +++ b/README.markdown @@ -22,12 +22,12 @@ command at the end of your map functions. ## Installation -If you don't have a preferred installation method, I recommend -installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and -then simply copy and paste: +Install using your favorite package manager, or use Vim's built-in package +support: - cd ~/.vim/bundle - git clone git://github.com/tpope/vim-repeat.git + mkdir -p ~/.vim/pack/tpope/start + cd ~/.vim/pack/tpope/start + git clone https://tpope.io/vim/repeat.git ## Contributing