all repos

init.lua @ e785148

my nvim config
1 files changed, 13 insertions(+), 2 deletions(-)
refactor(neogit): update formatting, always show recent commits
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-02-19 15:21:44 +0200
Parent: 68cf44a
M lua/plugins/git.lua

@@ -57,8 +57,19 @@ section = { "", "" },

item = { "", "" }, hunk = { "", "" }, }, - commit_editor = { kind = "split", staged_diff_split_kind = "split_above" }, - integrations = { telescope = true }, + commit_editor = { + kind = "split", + staged_diff_split_kind = "split_above", + }, + integrations = { + telescope = true, + }, + sections = { + recent = { + folded = false, + hidden = false, + }, + }, }, }, }