diff --git a/plugins/by-name/lazygit/default.nix b/plugins/by-name/lazygit/default.nix index 01830daa..88b62db5 100644 --- a/plugins/by-name/lazygit/default.nix +++ b/plugins/by-name/lazygit/default.nix @@ -63,8 +63,14 @@ lib.nixvim.plugins.mkVimPlugin { Config file path is evaluated if this value is `1`. ''; - config_file_path = defaultNullOpts.mkNullable (with types; either str (listOf str)) [ - ] "Custom config file path or list of custom config file paths."; + config_file_path = defaultNullOpts.mkNullable ( + with types; + oneOf [ + str + (listOf str) + rawLua + ] + ) [ ] "Custom config file path or list of custom config file paths."; }; settingsExample = {