From 340a5e1f329d3a8cd2fde07baf3ce4aa4c3d589d Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 3 Jul 2018 18:42:38 -0400 Subject: [PATCH] Update installation instructions --- README.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 8b4736d..d17b4a6 100644 --- a/README.markdown +++ b/README.markdown @@ -15,12 +15,13 @@ set of defaults that (hopefully) everyone can agree on. ## 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-sensible.git + mkdir -p ~/.vim/pack/tpope/start + cd ~/.vim/pack/tpope/start + git clone https://tpope.io/vim/sensible.git + vim -u NONE -c "helptags sensible/doc" -c q ## Features