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