prabirshrestha / asyncomplete-lsp.vim

MIT License
132 stars 15 forks source link

Do I need to do a `register_source` for this? #34

Open jsit opened 4 years ago

jsit commented 4 years ago

Do I need to do a register_source for this? I don't see anything about it in the docs, but I had to do it for all the other asyncomplete plugins.

pusewicz commented 3 years ago

@jsit Looking at https://github.com/prabirshrestha/asyncomplete-lsp.vim/blob/master/plugin/asyncomplete-lsp.vim#L47, it looks like this plugin auto-registers itself. The documentation could be improved on that. Can you confirm @prabirshrestha?