]> Sergey Matveev's repositories - vim-lsp.git/commit
Add support for "capabilities.*.linkSupport"
authorAndreas Louv <andreas@louv.dk>
Thu, 9 Mar 2023 09:06:56 +0000 (10:06 +0100)
committerAndreas Louv <andreas@louv.dk>
Thu, 9 Mar 2023 18:31:32 +0000 (19:31 +0100)
commit595f84902315778023c9ae064d80353602f2c7aa
tree643db1c6ac501a36399d8fcd571076f571b4357f
parenteedafe7e1b4218915364256e694ad38bda245fc9
Add support for "capabilities.*.linkSupport"

This commit should be backward compatible, but allow us to use all the
properties from "LocationLink" in other commits, as long the language
server replies with "LocationLink"
autoload/lsp/lspserver.vim
autoload/lsp/symbol.vim
autoload/lsp/util.vim