diff --git a/lua/git/cmd.lua b/lua/git/cmd.lua index 27864ec..c30da6d 100644 --- a/lua/git/cmd.lua +++ b/lua/git/cmd.lua @@ -11,7 +11,7 @@ local M = {} ---@type table local SPLIT_HANDLERS = { - log = { ft = "gitlog" }, + log = { ft = "git" }, show = { ft = "git", needs_ref = true }, ["cat-file"] = { ft = "git", needs_ref = true }, diff = { ft = "diff" },