This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Removing modules only leads to error messages #133
Labels
good first issue
Good for newcomers
scope: bug
Something isn't working
status: help wanted
Extra attention is needed
When disabling some modules via doom_modules lua and restarting nvim, the user is shown a message asking "Remove module
xyz Y/N?" (or something like that). If this YES is given, the modules will be remove physically from the harddisk/SSD/whatever.
Restarting nvim then leads to a lot of low lever error messages about missing things.
This could be fixed with a run of PackerCompile -- if the user knows, what to do.
Suggestion:
Run PackerCompile automatically, if the question above is answered with Yes and/or modules get removed physically.
The text was updated successfully, but these errors were encountered: