personalized config

This commit is contained in:
venus
2025-12-23 22:04:13 -06:00
parent 5f0fd9f41d
commit 6f8e505c74
14 changed files with 144 additions and 28 deletions

View File

@@ -1,15 +0,0 @@
-- 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
}
}