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
|
```lua
|
||||||
-- nvim v0.8.0
|
-- nvim v0.8.0
|
||||||
require("lazy").setup({
|
return {
|
||||||
{
|
|
||||||
"kdheepak/lazygit.nvim",
|
"kdheepak/lazygit.nvim",
|
||||||
cmd = {
|
cmd = {
|
||||||
"LazyGit",
|
"LazyGit",
|
||||||
@@ -51,8 +50,7 @@ require("lazy").setup({
|
|||||||
keys = {
|
keys = {
|
||||||
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
|
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
})
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Feel free to use any plugin manager.
|
Feel free to use any plugin manager.
|
||||||
|
|||||||
Reference in New Issue
Block a user