nvim: tweaks to neogit

This commit is contained in:
Fernando Schauenburg 2025-07-02 09:34:38 +02:00
parent d1e0aa51d0
commit 68cdd1884b

View file

@ -12,8 +12,17 @@ return {
},
opts = {
commit_editor = { kind = "tab" },
commit_editor = {
kind = "tab",
show_staged_diff = false,
},
disable_insert_on_commit = true,
disable_hint = true,
graph_style = "unicode",
signs = {
section = {
ui.Folder,