1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/telescope: minor nit

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-18 03:11:05 +02:00 committed by Matt Sturgeon
parent e2823e7309
commit aa05adc113

View file

@ -29,7 +29,7 @@ mkExtension {
override_generic_sorter = false; override_generic_sorter = false;
}; };
extraConfig = cfg: { extraConfig = {
# fzy-native itself is in deps directory # fzy-native itself is in deps directory
performance.combinePlugins.pathsToLink = [ "/deps/fzy-lua-native" ]; performance.combinePlugins.pathsToLink = [ "/deps/fzy-lua-native" ];
}; };