mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
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:
parent
bc794f89bc
commit
97f99a149e
@ -14,11 +14,6 @@
|
|||||||
open_mapping = dsl.rawLua "[[<c-\\>]]";
|
open_mapping = dsl.rawLua "[[<c-\\>]]";
|
||||||
hide_numbers = true;
|
hide_numbers = true;
|
||||||
direction = "float";
|
direction = "float";
|
||||||
float_opts = {
|
|
||||||
width = dsl.rawLua "vim.o.columns - 4";
|
|
||||||
height = dsl.rawLua "vim.o.lines - 4";
|
|
||||||
row = 0;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lua = ''
|
lua = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user