Skip to content

Commit 440c449

Browse files
authored
plugin/magma-nvim: fix option (#712)
Adds missing letter in option validation. Description is okay
1 parent 69f453a commit 440c449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/utils/magma-nvim.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ with import ../helpers.nix {inherit lib;};
2222
2323
Default: "none"
2424
'';
25-
type = types.enum ["none" "uberzug" "kitty"];
25+
type = types.enum ["none" "ueberzug" "kitty"];
2626
};
2727

2828
automaticallyOpenOutput = mkDefaultOpt {

0 commit comments

Comments
 (0)