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:
parent
a19a016458
commit
18b8d53e23
1 changed files with 0 additions and 8 deletions
|
|
@ -8,14 +8,6 @@ mkExtension {
|
||||||
extensionName = "fzf";
|
extensionName = "fzf";
|
||||||
package = "telescope-fzf-native-nvim";
|
package = "telescope-fzf-native-nvim";
|
||||||
|
|
||||||
# TODO: introduced 2024-03-24, remove on 2024-05-24
|
|
||||||
optionsRenamedToSettings = [
|
|
||||||
"fuzzy"
|
|
||||||
"overrideGenericSorter"
|
|
||||||
"overrideFileSorter"
|
|
||||||
"caseMode"
|
|
||||||
];
|
|
||||||
|
|
||||||
settingsOptions = {
|
settingsOptions = {
|
||||||
fuzzy = defaultNullOpts.mkBool true ''
|
fuzzy = defaultNullOpts.mkBool true ''
|
||||||
Whether to fuzzy search. False will do exact matching.
|
Whether to fuzzy search. False will do exact matching.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue