revert toggleterm float opts

they stuck to the height of the terminal window at initial open, which
looked bad whenever it changed, especially if it increased.
This commit is contained in:
Noah Masur 2024-06-28 20:36:07 -04:00
parent bc794f89bc
commit 97f99a149e
No known key found for this signature in database

View File

@ -14,11 +14,6 @@
open_mapping = dsl.rawLua "[[<c-\\>]]";
hide_numbers = true;
direction = "float";
float_opts = {
width = dsl.rawLua "vim.o.columns - 4";
height = dsl.rawLua "vim.o.lines - 4";
row = 0;
};
};
lua = ''