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.

12 lines
164 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
./media-files.nix
./ui-select.nix
./undo.nix
];
}