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

Add option for 'floating_window_above_cur_line' similar to lsp_signature #19

Closed Issafalcon closed 1 year ago

Issafalcon commented 1 year ago

Create and option to allow signature popup to attempt to appear above the cursor (if there is enough room).

Otherwise, default back to the usual behaviour of nvim_open_win (which anchors the float according to space around the current cursor position)

See #16 for the original feature request.