joaotavora / eglot

A client for Language Server Protocol servers
GNU General Public License v3.0
2.25k stars 200 forks source link

Eglot / dumb-jump #1023

Closed konrad1977 closed 2 years ago

konrad1977 commented 2 years ago

Hi! Eglot takes over my go-to-definition (g d in Evil) when enabled. Thats probably fine in most language servers but the swift-lsp server is so bad and cant find the references very good (not at all for most time).

"No defintion found for: LSP identifier at point"

Can eglot be configured to not do this some how? Or return nil, so xref can use next handler/backend/function for this?