helpers/neovim-plugin/mkNeovimPlugin: fix typo for deprecateExtraOptions

This commit is contained in:
Gaetan Lepage 2024-02-19 00:24:10 +01:00 committed by Gaétan Lepage
parent 5cb26e9e3a
commit 6974a6a200
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ with lib;
maintainers = [maintainers.GaetanLepage];
deprecateExtraConfig = true;
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"mirage"
"overrides"