nullptr-yxw

Results 9 comments of nullptr-yxw

> Wish he had built in As was mentioned in #1535, It might be possible to set the minimum width and maximum height by options `pumwidth` and `pumheight`, but they...

@stevearc I mean that if I go back to a non-help file, it will vertically split the window.

> Combining multiple LSP hovers, following the above snippet: https://github.com/SichangHe/.config/blob/23803ef973f097fc44dce5fa1500efbad2a3f2e9/nvim/lua/hovering.lua. It might not support mouse event

It still cannot work as expect when the offset is the only window https://github.com/akinsho/bufferline.nvim/assets/96286337/39cfdc3b-c795-4f55-b3e8-8dd2db552f86 my configuration of options.offsets is ```lua offsets = { { filetype = "NvimTree", text = "File...

> I think this is a limitation of the os itself. Borderless fullscreen gives exclusive access to the screen, so I don't think anything underneath it is rendered at all....

> They seem to use a special mode with the border and resizing enabled, but title hidden. I don't have a computer to test on, but it should create a...

> They still use the WM_POPUP style to allow resizing on top of the taskbar. But it's different from the regular borderless fullscreen, because it actually has borders enabled. So...

> You should be able to use the windows game bar to take screenshots of exclusive full screen applications. > > An alternative full screen mode as described here would...