Closed mdgeorge4153 closed 1 year ago
This sounds like you removed the lines to install cmp
but you're still trying to require it in your own lean.lua
file. Delete those lines too if you're not intending to use cmp.
Let me know if that doesn't help.
I attempted to workaround #284 by commenting out the "optional dependencies" listed in https://github.com/Julian/lean.nvim/wiki/Getting-Started#install-leannvim-and-its-dependencies. I now get a different error when starting
nvim
:I imagine one of those dependencies is loading something that
lean.vim
needs but isn't marked as a dependency oflean.vim
.