issues
search
hedyhli
/
outline.nvim
Code outline sidebar powered by LSP. Forked from symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
620
stars
17
forks
source link
Improve preview window size calculation
#84
Closed
oskarrrrrrr
closed
2 months ago
oskarrrrrrr
commented
2 months ago
Stop caching width and height of the preview window which prevented the size to be adjusted after the nvim window's resize.
Add config options for height to match width options.
Mention height config options in readme and vimdoc (previously missing).