2024-03-24 17:42:40 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
extensions.fzy-native.enable = true;
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-03-24 17:42:40 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
extensions.fzy-native = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
override_file_sorter = true;
|
|
|
|
override_generic_sorter = false;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
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:38:32 +03:00
|
|
|
|
|
|
|
combine-plugins = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
extensions.fzy-native.enable = true;
|
|
|
|
};
|
|
|
|
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-07-16 12:38:32 +03:00
|
|
|
performance.combinePlugins.enable = true;
|
|
|
|
};
|
2024-03-24 17:42:40 +01:00
|
|
|
}
|