2024-03-24 17:42:40 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
extensions.fzf-native.enable = true;
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-03-24 17:42:40 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
extensions.fzf-native = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
fuzzy = true;
|
|
|
|
override_generic_sorter = true;
|
|
|
|
override_file_sorter = true;
|
|
|
|
case_mode = "smart_case";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-03-24 17:42:40 +01:00
|
|
|
};
|
2024-07-16 12:24:56 +03:00
|
|
|
|
|
|
|
combine-plugins = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
extensions.fzf-native.enable = true;
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-07-16 12:24:56 +03:00
|
|
|
|
|
|
|
performance.combinePlugins.enable = true;
|
|
|
|
};
|
2024-03-24 17:42:40 +01:00
|
|
|
}
|