feat(git): add git module and replace vim-flog with :Glog

This commit is contained in:
2026-04-13 21:40:52 +02:00
parent 144b2ffd43
commit 959cec7051
8 changed files with 337 additions and 24 deletions
+3
View File
@@ -21,6 +21,9 @@ local highlights = {
DiffAdd = { bg = "#1a2f22" },
DiffChange = { bg = "#15304a" },
DiffDelete = { bg = "#311c1e" },
GitDeleted = { fg = c.red },
GitDirty = { fg = c.yellow },
GitNew = { fg = c.green },
}
require("onedark").set_options("highlights", highlights)
require("onedark").load()