Update README.md
This commit is contained in:
committed by
Dheepak Krishnamurthy
parent
0ada6c6e7e
commit
ad3e1ea592
@@ -32,8 +32,7 @@ Install using [`lazy.nvim`](https://github.com/folke/lazy.nvim):
|
||||
|
||||
```lua
|
||||
-- nvim v0.8.0
|
||||
require("lazy").setup({
|
||||
{
|
||||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
cmd = {
|
||||
"LazyGit",
|
||||
@@ -51,8 +50,7 @@ require("lazy").setup({
|
||||
keys = {
|
||||
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
|
||||
}
|
||||
},
|
||||
})
|
||||
}
|
||||
```
|
||||
|
||||
Feel free to use any plugin manager.
|
||||
|
||||
Reference in New Issue
Block a user