From 774dcecbd0b9b57be6c150adacb60ced79b11b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rocco=20Go=C3=9Fmann?= <127580387+Rocco-Gossmann@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:33:09 +0100 Subject: [PATCH] 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. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 782cad0..d29e2a1 100644 --- a/README.md +++ b/README.md @@ -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",