symbols-outline.nvim
symbols-outline.nvim copied to clipboard
Floating window
This PR implements an option to open SymbolsOutline in a floating window as mentioned in #100. At the moment, I have a basic proof of concept that seems to work well, however, it's far from done, and it should also allow centering the window (similarly to how telescope.nvim behaves). Input on how to structure the code would be appreciated as I am new to both Lua and vim
looks good as a draft, we definitely need options to center and make the window fit the content
this looks like a cool feature, is this still WIP?