natebosch / vim-lsc

A vim plugin for communicating with a language server
BSD 3-Clause "New" or "Revised" License
693 stars 83 forks source link

Add support for CompletionItem additionalTextEdits #451

Open andirady opened 2 years ago

andirady commented 2 years ago

addtionalTextEdits can be used to automatically add import for languages like Java. It'd be nice if vim-lsc can support it.