ai.nvim
ai.nvim copied to clipboard
is there a way for me to resize the plenary pop up window of the given answer?
how do we resize the window? I don't think we can resize it?
It's not supported. What is the use case?
It's not supported. What is the use case?
well, when I ask a question I want to be able to read more without having to scroll too much, so I just want to be able to resize the window to my liking, preferably full screen.
I see that when you use 24 for width and 16 for height? so I just want to be able to edit those variables.
--line 216
local update = M.createPopup(M.fill(def.loading_tpl, args), width - 24, height - 16)
@khezerberg , it is currently using
- current buffer width minus 24:
width - 24 - current buffer height minus 16:
height - 16