Issafalcon / lsp-overloads.nvim

Extends the native nvim-lsp handlers to allow easier navigation through method overloads.
MIT License
88 stars 4 forks source link

UI: Enable custom positioning of signature popup #6

Closed Issafalcon closed 1 year ago

Issafalcon commented 1 year ago

Introduce a way to customize where the popup is displayed:

Possible options to keep in line with the builtin method preview popup in the core neovim code.

Provide option in the settings config.

Issafalcon commented 1 year ago

Covered this in the linked PR