Looking into adding floating window support in vim-lsp. https://github.com/prabirshrestha/vim-lsp/pull/1033 And seems like few features are missing. 1. support for z-index 2. events for `on_create`, `on_close`. this allows to easily add custom events or autocmd for us 3. borders support 4. Scroll https://github.com/prabirshrestha/vim-lsp/pull/1025