refactor(git): move git.setup() call to init.lua

This commit is contained in:
2026-04-28 10:19:24 +02:00
parent f4167e2528
commit 25eb671248
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ for _, file in ipairs(files) do
end
end
require("git").setup()
require("pack").setup({
"https://github.com/navarasu/onedark.nvim",
"https://github.com/ibhagwan/fzf-lua",