mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 01:45:37 +00:00
reduce toggleterm float margin
This commit is contained in:
parent
985e69b4b8
commit
b051885b52
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user