Files
neovim/runtime/lua/vim/_meta
glepnir 53a29dce0e feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613
Problem: 
LSP CompletionItem.preselect is not supported.
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionClientCapabilities

Solution:
- Add "preselect" field to complete-items and "preselect" flag
  to 'completeopt'.
- Set preselectSupport=true in LSP client capabilities.
2026-04-13 05:59:07 -04:00
..
2025-06-06 15:36:48 +01:00
2026-03-28 09:59:54 -04:00
2024-07-15 21:16:29 +01:00
2026-03-09 21:47:13 +01:00
2024-05-15 23:19:26 +02:00
2026-04-12 14:17:50 +02:00
2026-03-11 18:24:57 +01:00
2026-03-28 09:59:54 -04:00