plugins/telescope/fzy-native: add compatibility with combinePlugins

This commit is contained in:
Stanislav Asunkin
2024-07-24 16:50:50 +02:00
committed by traxys
parent 61caa52fc5
commit 5c75cfac13
2 changed files with 14 additions and 0 deletions
@@ -38,4 +38,9 @@
override_file_sorter = true;
override_generic_sorter = false;
};
extraConfig = cfg: {
# fzy-native itself is in deps directory
performance.combinePlugins.pathsToLink = [ "/deps/fzy-lua-native" ];
};
}
@@ -20,4 +20,13 @@
};
};
};
combine-plugins = {
plugins.telescope = {
enable = true;
extensions.fzy-native.enable = true;
};
performance.combinePlugins.enable = true;
};
}