mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
fix: wrong type
This commit is contained in:
parent
a1d1eb1375
commit
b82772b45c
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue