mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
utility/images/image-nvim: fix inherit for mkPluginSetupOption
This commit is contained in:
parent
b6166f298d
commit
2d16435392
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
inherit (lib.options) mkEnableOption mkOption;
|
inherit (lib.options) mkEnableOption mkOption;
|
||||||
|
|
||||||
inherit (lib.types) enum listOf str nullOr int;
|
inherit (lib.types) enum listOf str nullOr int;
|
||||||
inherit (lib.nvim.lua) mkPluginSetupOption;
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||||
in {
|
in {
|
||||||
options.vim.utility.images.image-nvim = {
|
options.vim.utility.images.image-nvim = {
|
||||||
enable = mkEnableOption "image support in Neovim [image.nvim]";
|
enable = mkEnableOption "image support in Neovim [image.nvim]";
|
||||||
|
|
Loading…
Reference in a new issue