From 8eff3529b9a1debf00ae5ddc429d7a3c2bc43fe5 Mon Sep 17 00:00:00 2001 From: Paulo Patto Date: Sat, 6 Apr 2024 22:26:22 -0300 Subject: [PATCH] Update README with Lazy config Add minimal config to install via Lazy.vim --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 3dc4e6c..ebac618 100644 --- a/README.markdown +++ b/README.markdown @@ -94,6 +94,14 @@ support: git clone https://tpope.io/vim/fugitive.git vim -u NONE -c "helptags fugitive/doc" -c q +### Using Lazy + +**Minimal Example for Lazy:** + +```lua +{ "tpope/vim-fugitive" } +``` + ## FAQ > What happened to the dispatch.vim backed asynchronous `:Gpush` and