diff --git a/README.md b/README.md index 20f4fd9..3266ac6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ A telescope picker for all functions above. ## ⚙️ Installation -With packer +With Lazy ```lua { @@ -94,7 +94,22 @@ With packer -- to show diff splits and open commits in browser "tpope/vim-fugitive", }, - }, + } +``` +With Packer + +```lua + use({ + "aaronhallaert/ts-advanced-git-search.nvim", + config = function() + require("telescope").load_extension("advanced_git_search") + end, + requires = { + "nvim-telescope/telescope.nvim", + -- to show diff splits and open commits in browser + "tpope/vim-fugitive", + }, + }) ``` ### Prerequisites