IK
IK
I have same issue (on Mac OS) with neovim 0.9. `Error detected while processing /Users/ikhan/.local/share/lunarvim/lvim/init.lua: E5113: Error while calling lua chunk: ...ikhan/.local/share/lunarvim/lvim/lua/lvim/core/theme.lua:84: attempt to call field 'setup' (a nil value)...
+1. I also tried release branch, with neovim 0.8 and got same issue.
> A new commit has been merged that should have fixed this if you start over from scratch. verified that it works now. However I tried uninstalling lunarvim via uninstalls...
+1 on Python 3.9.6 on Mac OS 14.1.2 (23B92)
i played around with suggestion delay.. currently it is set to zero, but still not packet going out of my machine, to server. ``` "fauxpilot.server": "http://192.168.128.4:18080/v1/engines", "fauxpilot.enabled": true, "fauxpilot.suggestionDelay": 0,...
I was encountering same issue (using ubuntu 20.04, with conda pre-installed). I was able to fix the error using following command `unset CONDA_SHLVL`