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
-1
View File
@@ -77,7 +77,6 @@ vim.opt.inccommand = "split"
vim.opt.winborder = "rounded"
vim.opt.confirm = true
require("git").setup()
vim.opt.statusline = "%{expand('%:.')} %{%v:lua.require('git').status()%} %3(%m%)"
.. " %="
.. " %{%v:lua.vim.diagnostic.status()%}"