refactor: remove just helper
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user