From b82772b45c762c38a51738390d32d5c5eda41f9d Mon Sep 17 00:00:00 2001 From: Ladas552 Date: Sun, 10 Aug 2025 17:29:38 +0500 Subject: [PATCH] fix: wrong type --- modules/plugins/assistant/avante/avante-nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/assistant/avante/avante-nvim.nix b/modules/plugins/assistant/avante/avante-nvim.nix index 18039dca..10a57273 100644 --- a/modules/plugins/assistant/avante/avante-nvim.nix +++ b/modules/plugins/assistant/avante/avante-nvim.nix @@ -112,7 +112,7 @@ in { mkEnableOption "Auto suggestions."; auto_set_highlight_group = mkOption { - type = true; + type = bool; default = true; description = "Automatically set the highlight group for the current line."; };