feat(nvim): launch lazygit on fullscreen
This commit is contained in:
parent
b7ba43670f
commit
6440b955fc
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ return {
|
|||
},
|
||||
lazygit = {
|
||||
configure = false,
|
||||
win = {
|
||||
width = 0,
|
||||
height = 0,
|
||||
},
|
||||
},
|
||||
notifier = {
|
||||
style = "fancy",
|
||||
|
|
Loading…
Add table
Reference in a new issue