ShinKage / idris2-nvim

Simple configuration and extra tools for NVIM + LSP + Idris2
MIT License
46 stars 8 forks source link

Make hover split size be configurable #9

Closed buzden closed 2 years ago

buzden commented 2 years ago

Move current hardcoded size to an option. Also, add a config option to resize automatically when buffer is filled. Defaults are set so that behaviour does not change, so this should be a non-breaking change.

Also, a tiny cleanup, movement of one assignment closer to when it's actually used.