Files
neovim/runtime/lua/vim/lsp
Mathias Fussenegger 0df2c6b5d0 feat(lsp): use fuzzy match on filterText instead of prefix match
The `complete()` mechanism matches completion candidates against
the typed text, so strict pre-filtering isn't necessary.

This is a first step towards supporting postfix snippets (like
`items@insert` in luals)
2024-05-30 09:24:24 +02:00
..
2024-03-06 16:03:33 +00:00
2024-05-15 23:19:26 +02:00
2024-02-27 14:41:17 +00:00
2024-05-27 20:48:46 +02:00