commit b490ce195292e87e10283da01c20f520b89900c3
parent 46c7ecf25bef96548dfc3bbb9815340d602c47ab
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date: Fri, 15 Apr 2022 09:03:22 +0200
Don't fold recent commits
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lua/neogit-config.lua b/lua/neogit-config.lua
@@ -17,12 +17,12 @@ neogit.setup {
commit_popup = {
kind = 'floating',
},
- integrations = {
- diffview = true
- },
sections = {
untracked = {
folded = true,
+ },
+ recent = {
+ folded = false,
}
}
}