feat: add neogit and refactor lua config loading

This commit is contained in:
Ian
2026-06-30 00:04:03 +02:00
parent d77bc5f929
commit 65758519cb
6 changed files with 15 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
local neogit = require('neogit')
vim.keymap.set("n", "<leader>gg", "<cmd>Neogit<cr>", { desc = "Open Neogit UI" })