mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +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.";
|
||||
|
||||
auto_set_highlight_group = mkOption {
|
||||
type = true;
|
||||
type = bool;
|
||||
default = true;
|
||||
description = "Automatically set the highlight group for the current line.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue