fix: wrong type

This commit is contained in:
Ladas552 2025-08-10 17:29:38 +05:00
commit b82772b45c

View file

@ -112,7 +112,7 @@ in {
mkEnableOption "Auto suggestions."; mkEnableOption "Auto suggestions.";
auto_set_highlight_group = mkOption { auto_set_highlight_group = mkOption {
type = true; type = bool;
default = true; default = true;
description = "Automatically set the highlight group for the current line."; description = "Automatically set the highlight group for the current line.";
}; };