refactor: remove just helper

This commit is contained in:
2026-09-03 22:03:23 +02:00
parent 5eb228750d
commit 53893986ec
3 changed files with 4 additions and 44 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function M.open_terminal_app(cmd)
local lines = vim.o.lines - vim.o.cmdheight - (vim.o.laststatus > 0 and 1 or 0)
local w = math.floor(vim.o.columns * 0.95)
local h = math.floor(lines * 0.92)
local h = math.floor(lines * 0.95)
local win = vim.api.nvim_open_win(buf, true, {
relative = "editor",