From b427c4f09fcecb035a2e1c6850a8aff3f024f3a9 Mon Sep 17 00:00:00 2001 From: venus Date: Sun, 31 May 2026 20:45:22 -0500 Subject: [PATCH] modified commit message type for neogit --- lua/plugins/neogit.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index a325dd8..2a636e5 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -19,6 +19,10 @@ return { -- add git tui functionality local ng = require("neogit") ng.setup({ kind = "floating", + commit_editor = { + kind = "floating", + stages_diff_split_kind = "split" + }, }) end, }