-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
[Windows] auto complete doesn't pop up even the config is correct #1178
Comments
Add dependency "saadparwaiz1/cmp_luasnip" to your cmp config |
Try to use a minimal config with only lazy.nvim, luasnip, and cmp by |
@ryannewcomer You can also check #1071 |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Here is my config
I have tried to make a config independently, using only a few plugins to increase the startup time. I have installed and configured cmp. but when I open a Lua file, I can see that everything works (color scheme, lualine, lsp, tree-sitter etc) but not cmp and luasnip. I have tried to ask on Reddit, but, as you can see, it seems to be luasnip who is not working. I had tried to remove luasnip file from the config and use it as a dependent plugin for cmp. it still doesn't work. then I try to make a new one and use friendly snippet as a dependent. but the auto-complete still doesn't pop up. What to do? Do you know if my config is wrong? If so, how would you be able to fix it?
here is my checkhealth for luasnip:
Many thanks
The text was updated successfully, but these errors were encountered: