You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm either confused about what the correct procedure with uninstalling plugins is or this is a bug.
Micro version 2.0.10, running Ubuntu 21.10.
# install wc
$ micro -plugin install wc
Downloading "wc" (1.2.1) from "https://github.com/adamnpeace/micro-wc-plugin/archive/1.2.1.zip"
One or more plugins installed.
# work with micro
$ micro foo
# uninstall wc
$ micro -plugin remove wc
Removed wc
# work with micro again
$ micro foo
Lua Error: wc.wordCount does not exist
Press enter to continue
Running micro after uninstalling wc works, though an error message is displayed and requires an extra keypress.
I tried opening a new terminal and cleaning the config directory, though the message persists.
The text was updated successfully, but these errors were encountered:
I'm either confused about what the correct procedure with uninstalling plugins is or this is a bug.
Micro version 2.0.10, running Ubuntu 21.10.
Running micro after uninstalling
wc
works, though an error message is displayed and requires an extra keypress.I tried opening a new terminal and cleaning the config directory, though the message persists.
The text was updated successfully, but these errors were encountered: