chore(nvim/toggleterm): remove debug print
This commit is contained in:
parent
43e6060c90
commit
629b5ce741
@ -40,7 +40,6 @@
|
|||||||
row = ''
|
row = ''
|
||||||
function()
|
function()
|
||||||
local heightFn = ${height}
|
local heightFn = ${height}
|
||||||
print(heightFn())
|
|
||||||
return math.floor((vim.o.lines - heightFn()) / 2) - 1
|
return math.floor((vim.o.lines - heightFn()) / 2) - 1
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user