i use CRAG666's BetterTerm plugin for terminal management and this plugin for noting down things on-the-fly. however, when I have the scratchpad opened and open BetterTerm (MWE snippet that adds the keymap to open the terminal below), Neovim suddenly has a panic attack and everything gets resized weirdly (see screenshot below snippet).
require("betterTerm").setup({})
vim.keymap.set({"n","t"}, "<leader>to", require("betterTerm").open)

for clarification:
- opening the scratchpad after opening the terminal works fine
- opening the terminal with the scratchpad closed works fine
- opening the terminal with the scratchpad open causes issues
i use CRAG666's BetterTerm plugin for terminal management and this plugin for noting down things on-the-fly. however, when I have the scratchpad opened and open BetterTerm (MWE snippet that adds the keymap to open the terminal below), Neovim suddenly has a panic attack and everything gets resized weirdly (see screenshot below snippet).
for clarification: