mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
misc: correct molten image provider options (#915)
* misc: correct molten image provider options * fix: update formatting
This commit is contained in:
parent
c795b2ee40
commit
f85f26878f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ with import ../helpers.nix {inherit lib;};
|
|||
|
||||
Default: `"none"`
|
||||
'';
|
||||
type = types.enum ["none" "image_nvim"];
|
||||
type = types.enum ["none" "image.nvim"];
|
||||
};
|
||||
|
||||
outputCropBorder = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue