Skip to content

Commit

Permalink
neovim: Make lazygit take entire vim window
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 22, 2024
1 parent f1c7d21 commit eb62b27
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 @@ -15,7 +15,7 @@ local lazygit = Terminal:new({
return vim.api.nvim_get_option("columns")
end,
height = function()
return vim.api.nvim_get_option("lines") - 1
return vim.api.nvim_get_option("lines")
end,
zindex = 1001,
}
Expand Down

0 comments on commit eb62b27

Please sign in to comment.