fix(win): make sure to balance once entering (#160)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-23 01:06:37 -04:00 committed by GitHub
parent c6d5073945
commit ce57528961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,8 @@ function Sidebar:open()
end
self:focus()
end
vim.cmd("wincmd =")
return self
end