mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-03-26 10:53:08 +01:00
`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>