This commit is contained in:
2023-12-20 13:29:15 -05:00
parent 4dd73953f5
commit 9e694b6608
4 changed files with 96 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
local options = {
terminals = {
-- shell = vim.o.shell,
-- list = {},
type_opts = {
float = {
-- relative = "editor",
row = 0,
col = 0,
width = 0.9,
height = 0.9,
-- border = "single",
},
-- horizontal = { location = "rightbelow", split_ratio = 0.3 },
-- vertical = { location = "rightbelow", split_ratio = 0.5 },
},
},
-- behavior = {
-- autoclose_on_quit = {
-- enabled = false,
-- confirm = true,
-- },
-- close_on_exit = true,
-- auto_insert = true,
-- },
}
return options