mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
cdd07e0ef7
`insertReplaceSupport` is a client capability that was added to LSP in 3.16.0. It allows the client to choose, when a completion is done, whether the completion text is to insert at the cursor, or is to replace some text under the cursor. Closes #1631 Co-authored-by: mattn <mattn.jp@gmail.com>