AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 238 forks source link

Update, not sure how to procced #184

Closed Miyuki0010 closed 1 year ago

Miyuki0010 commented 1 year ago

Okay i know this might sound dumb etc but right now i dont know how to proceed. Earlier today I updated my complete AstroNvim and i guess something broke. now at startup i get a long post but the problem is "~/.config/nvim/lua/user/plugins/nvim-regexplainer.lua:1: module 'astrocommunity.utils' not found" and i dont know what i should do there. i installed everything according to the installation help on astrovim.com and also tried to install the module on my own, but it didnt worked. i hope someone can help me somehow, even if it is just a plain dumb error from my side, than i am sorry for bothering you all

but still thanks and have a great day.

mehalter commented 1 year ago

It looks like in your user configuration you are trying to use the model astrocommunity.utils but that no longer exists. You should just use require("astronvim.utils")