Files
neovim/runtime/lua
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
..
2023-09-10 11:43:37 +02:00
2024-05-15 07:18:33 +08:00
2024-05-27 20:48:46 +02:00