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({
|
require("lazy").setup({
|
||||||
{
|
{
|
||||||
"kdheepak/lazygit.nvim",
|
"kdheepak/lazygit.nvim",
|
||||||
|
cmd = {
|
||||||
|
"LazyGit",
|
||||||
|
"LazyGitConfig",
|
||||||
|
"LazyGitCurrentFile",
|
||||||
|
"LazyGitFilter",
|
||||||
|
"LazyGitFilterCurrentFile",
|
||||||
|
},
|
||||||
-- optional for floating window border decoration
|
-- optional for floating window border decoration
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user