plugins/hardtime: add missing rename for settings.enabled

Was omitted from #2193 due to confusion with our `enable` option.

Fixes #2203
This commit is contained in:
Matt Sturgeon 2024-09-09 14:25:43 +01:00
parent ffa9b8f7a0
commit 49c0853ba5
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -16,6 +16,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
# TODO: Added 2024-09-07; remove after 24.11
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"enabled"
"hint"
"notification"
"hints"