zbirenbaum / nvterm

NvChad's Official Terminal Plugin ( Unmaintained but still usable and stable), wait for v3.0
GNU General Public License v3.0
181 stars 20 forks source link

fix keeping terminal size after exiting and reopening #60

Closed nhlbo closed 1 year ago

nhlbo commented 1 year ago

Before, when I first opened the terminal, it had a height ratio of 0.3 (set by the configuration). But, if I closed and reopened it, the ratio would always change to 0.5. This update makes sure that the terminal keeps the correct ratio even after I exit and reopen it.

https://github.com/NvChad/nvterm/assets/54699919/e70fc307-c20b-496e-8a26-2bf10dd3cb99

siduck commented 1 year ago

@nhlbo nvterm will be abandoned soon

siduck commented 1 year ago

This will be used instead https://github.com/NvChad/ui/blob/v3.0/lua/nvchad/term/init.lua

siduck commented 1 year ago

nvterm wasnt coded by me, I found its codebase a lil messy and hard to work with so i made my minimal one. Use nvchad v3.0 branch to test it out