removed kickstart plugins and started new init.lua

This commit is contained in:
venus
2025-12-22 22:35:13 -06:00
parent d59f34a6f3
commit 9fdb7d2c1a
26 changed files with 16 additions and 1605 deletions

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