disable using nvim as a pager

This commit is contained in:
2025-05-19 10:46:15 +02:00
parent 5f0b425579
commit 007c84079d

View File

@@ -8,7 +8,7 @@
defaultBranch = main defaultBranch = main
[core] [core]
editor = nvim editor = nvim
pager = nvim -dR ; pager = nvim -dR
[color] [color]
ui = auto ui = auto
pager = no pager = no