mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
||||
deprecateExtraOptions = true;
|
||||
optionsRenamedToSettings = [
|
||||
"enabled"
|
||||
"hint"
|
||||
"notification"
|
||||
"hints"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue