Closed alarwasyi98 closed 1 month ago
I found a fix but I don't know the real solution.
In lua/plugins/cmp.lua
, comment everything that use the var types. There's the first line and 2 functions. Exit, open it back, it will install missing cmp plugins. Go back to cmp.lua and uncomment lines (or simply undo).
I've made a pull request:
@alarwasyi98 Does it work for you now?
Thank you so much for your help in resolving this issue! I can confirm that the solution worked perfectly on my system. I really appreciate your quick response and assistance. @ecosse3 @DeepReef11
Thanks again!
Description:
Hi there!
Thank you for the awesome Neovim configuration, I'm really enjoying using it! However, I've encountered an issue when running it on my machine. Specifically, I hope this is my mistake. I'm getting an error related to
plugins.cmp.types
.Steps to Reproduce:
nvim
and whenever I enter INSERT mode, the error pops up again.Error Message:
Error Message on Startup Error Message Insert Mode
System Info:
:checkhealth
output:Additional Notes:
I didn't change anything in the default configuration except only changed the name
tsserver
tots_ls
in/config/lsp/setup.lua
. Any help would be appreciated!Thanks again for the great config, and looking forward to any advice on how to resolve this!