plugins/telescope: refactor extensions

This commit is contained in:
Gaetan Lepage 2024-03-24 17:42:40 +01:00 committed by Gaétan Lepage
parent 3c0951ebc8
commit b38f24f348
23 changed files with 1136 additions and 601 deletions

View file

@ -0,0 +1,23 @@
{
empty = {
plugins.telescope = {
enable = true;
extensions.fzy-native.enable = true;
};
};
example = {
plugins.telescope = {
enable = true;
extensions.fzy-native = {
enable = true;
settings = {
override_file_sorter = true;
override_generic_sorter = false;
};
};
};
};
}