ai.nvim icon indicating copy to clipboard operation
ai.nvim copied to clipboard

is there a way for me to resize the plenary pop up window of the given answer?

Open khezerberg opened this issue 1 year ago • 3 comments

how do we resize the window? I don't think we can resize it?

khezerberg avatar Mar 15 '24 18:03 khezerberg

It's not supported. What is the use case?

gera2ld avatar Mar 18 '24 03:03 gera2ld

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 avatar Mar 24 '24 16:03 khezerberg

@khezerberg , it is currently using

  • current buffer width minus 24: width - 24
  • current buffer height minus 16: height - 16

rakotomandimby avatar May 22 '24 10:05 rakotomandimby