mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
reduce toggleterm float margin
This commit is contained in:
@ -14,6 +14,11 @@
|
||||
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 = ''
|
||||
|
Reference in New Issue
Block a user