diff --git a/README.markdown b/README.markdown index 3dc4e6ce65..ebac618f55 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