]> Sergey Matveev's repositories - vim-lsp.git/commit
Add "completionMatcher" which can be set to "icase", "case" or "fuzzy"
authorAndreas Louv <andreas@louv.dk>
Thu, 23 Mar 2023 06:28:00 +0000 (07:28 +0100)
committerAndreas Louv <andreas@louv.dk>
Thu, 23 Mar 2023 14:14:26 +0000 (15:14 +0100)
commit3cc2e99712e59c090f955813402f6ff0a0f19833
tree21f2da6bc4b44766f884359fc91474c0cf7a7ab0
parent244a0bfa0bc42e595a7f8513a2c2ddad3795fc90
Add "completionMatcher" which can be set to "icase", "case" or "fuzzy"

This only works for language servers which always sends the whole set of
completion items to the client.
autoload/lsp/completion.vim
autoload/lsp/options.vim
doc/lsp.txt