-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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 continueRunning 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.
Metadata
Metadata
Assignees
Labels
No labels