asyncomplete-lsp.vim icon indicating copy to clipboard operation
asyncomplete-lsp.vim copied to clipboard

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

Open jsit opened this issue 3 years ago • 1 comments

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.

jsit avatar Jul 14 '20 18:07 jsit

@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?

pusewicz avatar Jun 21 '21 07:06 pusewicz