From feeb29e477dd50236e0e86e9d0634752d06b0b34 Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 20 Apr 2020 19:46:39 +0200 Subject: Improve pathogen install instructions New phrasing mentions both of the commands required for pathogen to pick up vdebug in an empty vimrc. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7bf65f..53ed166 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ The actual installation is no different than for any other Vim plugin, you can * install manually: Clone or download a tarball of the plugin and move its content in your `~/.vim/` directory. You should call `:helptags ~/.vim/doc` to generate the necessary help tags afterwards. -* use Pathogen: Clone this repository to your `~/.vim/bundle` directory and - `:call pathogen#helptags()` afterwards. +* use Pathogen: Clone this repository to your `~/.vim/bundle` directory, run + `:execute pathogen#infect()` and `:call pathogen#helptags()` afterwards. + * use your favorite plugin manager: Put the respective instruction in your init file and update your plugins afterwards. For Vundle this would be `Plugin 'vim-vdebug/vdebug'` and `:PluginInstall`. -- cgit v1.2.3