mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Added enum options for completion matcher option
This commit is contained in:
parent
95d5463e63
commit
637170bc32
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
completion.matcher = mkOption {
|
completion.matcher = mkOption {
|
||||||
type = str;
|
type = enum ["fuzzy" "fuzzy-ignore-case" "prefix" "prefix-ignore-case"];
|
||||||
default = "fuzzy-ignore-case";
|
default = "fuzzy-ignore-case";
|
||||||
description = ''
|
description = ''
|
||||||
Modifies the algorithm used to filter the completion items returned to the client. Possibles values are:
|
Modifies the algorithm used to filter the completion items returned to the client. Possibles values are:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue