-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module 'cmp' not found #56
Comments
Try removing those lines: use({ "saadparwaiz1/cmp_luasnip" })
use({
"hrsh7th/cmp-nvim-lua",
after = "cmp_luasnip",
})
-- nvim-cmp completion sources
use({ "hrsh7th/cmp-nvim-lsp", after = "nvim-cmp" })
use({ "hrsh7th/cmp-path", after = "nvim-cmp" })
use({ "hrsh7th/cmp-buffer", after = "nvim-cmp" })
use({ "hrsh7th/cmp-omni", after = "nvim-cmp" }) |
The error persists |
Maybe packer needs the full plugin-name in |
@L3MON4D3 I tried switching configs and also modified the order of plugins, nothing worked. Maybe it is a packer issue |
I am getting this error when I try to install
cmp_luasnip
Error
Using packer:
Here is my nvim-config
The text was updated successfully, but these errors were encountered: