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:
committed by
Dheepak Krishnamurthy
parent
10a5f30536
commit
774dcecbd0
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user