mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +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
|
@ -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