mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 15:30:15 -05:00
plugins/telescope/fzy-native: add compatibility with combinePlugins
This commit is contained in:
committed by
traxys
parent
61caa52fc5
commit
5c75cfac13
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user