ShinKage / idris2-nvim

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

[ breaking ] Make hover split position be in the hover config section #10

Closed buzden closed 2 years ago

buzden commented 2 years ago

I may misunderstand the reasons why this was done originally, but it all looks like the right place of the configuration option is inside the client.hover substructure.

This is a breaking change.

ShinKage commented 2 years ago

It was not configurable originally, but I see no reason it should not be configurable, so once the conflicts are solved, I will merge.

buzden commented 2 years ago

Done, resolved and rebased.

ShinKage commented 2 years ago

Thanks!