Is there a way to set buffer or window options (like wrap) for only the hover buffer (the buffer from vim.lsp.buf.hover()?
I already tried with the autocmd events WinEnter and BufWinEnter, but BufWinEnter doesn’t work at all, and BufWinEnter only works if I jump to the floating window. I want to set the option to the buffer when it is created.