Skip to content

Commit

Permalink
neovim: Restore lazygit to full height
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 22, 2024
1 parent 1e5d3b7 commit a10f6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/nvim/.config/nvim/conf/auto/lazygit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Lazygit()
row = 0,
col = 0,
width = width,
height = height - 1,
height = height,
style = 'minimal',
zindex = 1000
})
Expand Down

0 comments on commit a10f6af

Please sign in to comment.