1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/telescope/extensions/fzf-native: remove old renamed warnings

This commit is contained in:
Gaetan Lepage 2025-10-02 22:25:38 +02:00 committed by Gaétan Lepage
parent a19a016458
commit 18b8d53e23

View file

@ -8,14 +8,6 @@ mkExtension {
extensionName = "fzf";
package = "telescope-fzf-native-nvim";
# TODO: introduced 2024-03-24, remove on 2024-05-24
optionsRenamedToSettings = [
"fuzzy"
"overrideGenericSorter"
"overrideFileSorter"
"caseMode"
];
settingsOptions = {
fuzzy = defaultNullOpts.mkBool true ''
Whether to fuzzy search. False will do exact matching.