Updated install lazy.nvim section in README.md

When using lazy.nvim, the Plugin should only load now, if one of its functions is called.
This commit is contained in:
Rocco Goßmann
2024-03-01 02:33:09 +01:00
committed by Dheepak Krishnamurthy
parent 10a5f30536
commit 774dcecbd0

View File

@@ -35,6 +35,13 @@ Install using [`lazy.nvim`](https://github.com/folke/lazy.nvim):
require("lazy").setup({
{
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",