mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 06:15:10 +00:00
Problem: If buffer has attached LSP servers and none of them supports `textDocument/documentLink` method, typing `gx` results in a warning about that. Solution: Explicitly check that at least one server supports the target method before making the LSP request.