Added enum options for completion matcher option

This commit is contained in:
isaacST08 2025-01-30 12:25:19 -07:00
commit 637170bc32

View file

@ -135,7 +135,7 @@ in {
};
completion.matcher = mkOption {
type = str;
type = enum ["fuzzy" "fuzzy-ignore-case" "prefix" "prefix-ignore-case"];
default = "fuzzy-ignore-case";
description = ''
Modifies the algorithm used to filter the completion items returned to the client. Possibles values are: