utility/images/image-nvim: fix inherit for `mkPluginSetupOption`

This commit is contained in:
Frothy 2024-02-26 06:43:20 -05:00
parent b6166f298d
commit 2d16435392
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
inherit (lib.options) mkEnableOption mkOption;
inherit (lib.types) enum listOf str nullOr int;
inherit (lib.nvim.lua) mkPluginSetupOption;
inherit (lib.nvim.types) mkPluginSetupOption;
in {
options.vim.utility.images.image-nvim = {
enable = mkEnableOption "image support in Neovim [image.nvim]";