mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 19:40:06 +02:00
plugins/telescope/fzy-native: add compatibility with combinePlugins
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue