mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugin/magma-nvim: fix option (#712)
Adds missing letter in option validation. Description is okay
This commit is contained in:
parent
69f453a417
commit
440c449c0a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ with import ../helpers.nix {inherit lib;};
|
|||
|
||||
Default: "none"
|
||||
'';
|
||||
type = types.enum ["none" "uberzug" "kitty"];
|
||||
type = types.enum ["none" "ueberzug" "kitty"];
|
||||
};
|
||||
|
||||
automaticallyOpenOutput = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue