You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the telescope handlers I ran into the problem where my normal keybindings for other LSPs were no longer working. This makes sense because they have been replaced by the ones for omnisharp_extended. I ended up solving this by checking if there was an active omnisharp lsp client in the buffer when I execute my keymap and if there is not, use the Telescope Builtin.
Would it make sense to do something like this for the telescope handlers where they fallback to the corresponding telescope builtin when omnisharp extended is not active or has no results?
When using the telescope handlers I ran into the problem where my normal keybindings for other LSPs were no longer working. This makes sense because they have been replaced by the ones for omnisharp_extended. I ended up solving this by checking if there was an active omnisharp lsp client in the buffer when I execute my keymap and if there is not, use the Telescope Builtin.
Would it make sense to do something like this for the telescope handlers where they fallback to the corresponding telescope builtin when omnisharp extended is not active or has no results?
This allows me to set my keymaps cleanly like this during lsp_attach:
The text was updated successfully, but these errors were encountered: