plugin/magma-nvim: fix option (#712)

Adds missing letter in option validation. Description is okay
This commit is contained in:
Maximilian Ehlers 2023-11-17 17:58:24 +01:00 committed by GitHub
parent 69f453a417
commit 440c449c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ with import ../helpers.nix {inherit lib;};
Default: "none" Default: "none"
''; '';
type = types.enum ["none" "uberzug" "kitty"]; type = types.enum ["none" "ueberzug" "kitty"];
}; };
automaticallyOpenOutput = mkDefaultOpt { automaticallyOpenOutput = mkDefaultOpt {