nix-community.nixvim/plugins/by-name/telescope/extensions/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
241 B
Nix
Raw Normal View History

2024-03-24 17:42:40 +01:00
{
imports = [
./file-browser.nix
./frecency.nix
./fzf-native.nix
./fzy-native.nix
2024-09-18 10:22:29 -05:00
./live-greps-args.nix
2024-09-17 22:22:45 -05:00
./manix.nix
2024-03-24 17:42:40 +01:00
./media-files.nix
./project.nix
2024-03-24 17:42:40 +01:00
./ui-select.nix
./undo.nix
2025-04-06 01:57:17 +02:00
./zoxide.nix
2024-03-24 17:42:40 +01:00
];
}