mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
lib/deprecation: expose mkSettingsRenamedOptionModules
publicly
Extracted the `optionsRenamedToSettings` implementation from`mkVimPlugin` and `mkNeovimPlugin` into a new public helper.
This commit is contained in:
parent
e3ec1c4a46
commit
db4c4e5b17
4 changed files with 20 additions and 19 deletions
|
@ -38,7 +38,12 @@ let
|
|||
byteCompileLuaDrv
|
||||
;
|
||||
|
||||
inherit (helpers.deprecation) getOptionRecursive mkDeprecatedSubOptionModule transitionType;
|
||||
inherit (helpers.deprecation)
|
||||
getOptionRecursive
|
||||
mkDeprecatedSubOptionModule
|
||||
mkSettingsRenamedOptionModules
|
||||
transitionType
|
||||
;
|
||||
|
||||
inherit (helpers.options)
|
||||
defaultNullOpts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue