neogit and themery configs

This commit is contained in:
venus
2025-11-09 00:01:28 -06:00
parent 40567a1f4c
commit 9526515fdb
3 changed files with 71 additions and 8 deletions

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
}
}