reduce toggleterm float margin

This commit is contained in:
Noah Masur 2024-06-12 12:07:47 +01:00
parent 985e69b4b8
commit b051885b52
No known key found for this signature in database

View File

@ -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 = ''