hrsh7th / cmp-path

nvim-cmp source for path
MIT License
599 stars 55 forks source link

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

Open Mephistophiles opened 2 years ago

Mephistophiles commented 2 years ago

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

registerGen commented 2 years ago

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