plugins.telescope.extensions.fzf-native.settings
settings for the fzf-native
telescope extension.
Type: attribute set of anything
Default:
{ }
Example:
{
case_mode = "ignore_case";
fuzzy = false;
override_file_sorter = false;
override_generic_sorter = true;
}
Declared by:
plugins.telescope.extensions.fzf-native.settings.case_mode
Case mode.
Type: null or one of “smart_case”, “ignore_case”, “respect_case” or raw lua code
Default:
null
Plugin default: "smart_case"
Declared by:
plugins.telescope.extensions.fzf-native.settings.fuzzy
Whether to fuzzy search. False will do exact matching.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.telescope.extensions.fzf-native.settings.override_file_sorter
Override the file sorter.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.telescope.extensions.fzf-native.settings.override_generic_sorter
Override the generic sorter.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: