mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
`additionalTextEdits` was not working with native client because it uses `'sync': 1` which was not handled by the code. This PR gets it working.