lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions

This commit is contained in:
Gaetan Lepage 2024-01-25 16:15:55 +01:00 committed by Gaétan Lepage
parent 8b91bf010a
commit e2c3459d1d
89 changed files with 103 additions and 97 deletions

View file

@ -11,7 +11,7 @@ in {
meta.maintainers = [maintainers.GaetanLepage];
options.plugins.image =
helpers.extraOptionsOptions
helpers.neovim-plugin.extraOptionsOptions
// {
enable = mkEnableOption "image.nvim";

View file

@ -10,7 +10,7 @@
# toLuaObject, we would maybe need some ad-hoc pre-processing functions.
with lib; {
options.plugins.noice =
helpers.extraOptionsOptions
helpers.neovim-plugin.extraOptionsOptions
// {
enable = mkEnableOption ''
noice.nvim, an experimental nvim UI.