]> Sergey Matveev's repositories - vim-lsp.git/commit
Initialize completion when all server capabilities are known
authorAndreas Louv <andreas@louv.dk>
Fri, 14 Apr 2023 14:58:06 +0000 (16:58 +0200)
committerAndreas Louv <andreas@louv.dk>
Fri, 14 Apr 2023 15:25:37 +0000 (17:25 +0200)
commita71d687213bd8e16aedf6e8f3a4def42b012dc18
tree0aa1fca265803dcb4405eefc64164d4d3770ac50
parent8199d09b527ce5f0a59e4b931a24721ced0052d1
Initialize completion when all server capabilities are known

It's only possible to initialize completion when all server capabilities
are known, as this is the time it's known which server will end up being
used for completion.
autoload/lsp/lsp.vim