lazy.nvim working

This commit is contained in:
venus
2025-12-23 01:25:24 -06:00
parent 9fdb7d2c1a
commit 5f0fd9f41d
16 changed files with 36 additions and 1 deletions

15
lua/plugins/neogit.lua Normal file
View File

@@ -0,0 +1,15 @@
-- Plugin: NeogitOrg/neogit
-- Installed via store.nvim
return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
"nvim-mini/mini.pick", -- optional
"folke/snacks.nvim" -- optional
}
}