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

This commit is contained in:
Stanislav Asunkin 2024-07-16 12:38:32 +03:00 committed by traxys
parent 61caa52fc5
commit 5c75cfac13
2 changed files with 14 additions and 0 deletions

View file

@ -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" ];
};
}

View file

@ -20,4 +20,13 @@
};
};
};
combine-plugins = {
plugins.telescope = {
enable = true;
extensions.fzy-native.enable = true;
};
performance.combinePlugins.enable = true;
};
}