cmp-path icon indicating copy to clipboard operation
cmp-path copied to clipboard

[Feature Request] Remove circular dependency nvim-cmp <-> cmp-path

Open Mephistophiles opened this issue 2 years ago • 1 comments

cmp-path requires nvim-cmp at init, because of this I can't use this plugin as requires (dependency of nvim-cmp) in packer.nvim

How about extract some nvim-cmp types into a new plugin-library (such as cmp.lsp.CompletionItemKind) Thanks

Mephistophiles avatar May 30 '22 06:05 Mephistophiles

Oh, sorry. I've linked the wrong issue...

registerGen avatar Jun 29 '22 06:06 registerGen