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:
parent
e2823e7309
commit
aa05adc113
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ mkExtension {
|
|||
override_generic_sorter = false;
|
||||
};
|
||||
|
||||
extraConfig = cfg: {
|
||||
extraConfig = {
|
||||
# fzy-native itself is in deps directory
|
||||
performance.combinePlugins.pathsToLink = [ "/deps/fzy-lua-native" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue