From 59082a8f28c8f33ee3cca5ac6932c15b5a3c53e8 Mon Sep 17 00:00:00 2001 From: siduck Date: Fri, 2 Feb 2024 09:11:04 +0530 Subject: [PATCH] add float opts for term feature --- lua/core/default_config.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index 1a79f3c..da49f21 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -77,6 +77,14 @@ M.ui = { term = { sizes = { sp = 0.3, vsp = 0.2 }, + float = { + relative = "editor", + row = 0.3, + col = 0.25, + width = 0.5, + height = 0.4, + border = "single", + }, behavior = { auto_insert = true, },