maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

Feature Request - LSP Support #248

Closed ryan-ph closed 5 years ago

ryan-ph commented 5 years ago

Are there any plans in add LSP support into completor?

prabirshrestha commented 5 years ago

You could most likely easily create a source for vim-lsp.

Here are several ones for vim-lsp.

maralla commented 5 years ago

LSP support for completor is working in progress.

maralla commented 5 years ago

Now the feature is implement by #254.