making some quality of life changes

This commit is contained in:
judokasarin 2024-03-16 13:01:46 +05:30
parent 3d9da01eb7
commit d4a07a465c
8 changed files with 84 additions and 64 deletions

View file

@ -0,0 +1,12 @@
return
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed, not both.
"nvim-telescope/telescope.nvim", -- optional
},
config = true
}