hedyhli / outline.nvim

Code outline sidebar powered by LSP. Significantly enhanced & refactored fork of symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
543 stars 15 forks source link

support split_command without doing "vertical resize" #63

Closed zhengpd closed 3 months ago

zhengpd commented 4 months ago

For now outline.nvim is creating outline window with split_command first, and then do a vertical resize. It causes a small flash on windows. It could be better if the windows is created by command like 25vsplit, removing the "resize" effect.

hedyhli commented 3 months ago

This sounds like a good improvement, thanks for writing a patch for it too.