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

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

View file

@ -52,4 +52,9 @@
override_file_sorter = false;
case_mode = "ignore_case";
};
extraConfig = cfg: {
# Native library is in build/libfzf.so
performance.combinePlugins.pathsToLink = [ "/build" ];
};
}

View file

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