From e4dece523dd57ffaf19dc875b0baac36e5424cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sweidan=20Om=C3=A1r?= Date: Tue, 23 May 2023 16:23:20 +0200 Subject: [PATCH] Update README.markdown Added the command for installation via vim-plug --- README.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 3dc4e6ce65..483fc5e4ed 100644 --- a/README.markdown +++ b/README.markdown @@ -86,7 +86,15 @@ For more information, see `:help fugitive`. ## Installation -Install using your favorite package manager, or use Vim's built-in package + +Install using your favorite package manager...: + +installation via vim_plug: +``` +Plug 'tpope/vim-fugitive' +``` + +...or use Vim's built-in package support: mkdir -p ~/.vim/pack/tpope/start