feat(nvim): launch lazygit on fullscreen

This commit is contained in:
Sergio Laín 2025-08-02 20:45:12 +02:00
parent b7ba43670f
commit 6440b955fc
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -18,6 +18,10 @@ return {
}, },
lazygit = { lazygit = {
configure = false, configure = false,
win = {
width = 0,
height = 0,
},
}, },
notifier = { notifier = {
style = "fancy", style = "fancy",