Split config

This commit is contained in:
Christopher Williams
2026-01-11 21:30:04 -05:00
parent 441bad3dde
commit be09201c95
9 changed files with 388 additions and 305 deletions
+16
View File
@@ -0,0 +1,16 @@
local M = {
{
"NeogitOrg/neogit",
lazy = true,
dependencies = {
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
},
cmd = "Neogit",
keys = {
{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Show Neogit UI" },
},
},
}
return M