mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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:
parent
ffa9b8f7a0
commit
49c0853ba5
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
# TODO: Added 2024-09-07; remove after 24.11
|
# TODO: Added 2024-09-07; remove after 24.11
|
||||||
deprecateExtraOptions = true;
|
deprecateExtraOptions = true;
|
||||||
optionsRenamedToSettings = [
|
optionsRenamedToSettings = [
|
||||||
|
"enabled"
|
||||||
"hint"
|
"hint"
|
||||||
"notification"
|
"notification"
|
||||||
"hints"
|
"hints"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue