Update README.md

This commit is contained in:
Avery Lewis
2024-05-12 16:26:41 -07:00
committed by Dheepak Krishnamurthy
parent 0ada6c6e7e
commit ad3e1ea592

View File

@@ -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.