mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
Add support for [telescope-zf-native.nvim](https://github.com/natecraddock/telescope-zf-native.nvim), providing native telescope bindings to zf for sorting results .
17 lines
291 B
Nix
17 lines
291 B
Nix
{
|
|
imports = [
|
|
./advanced-git-search.nix
|
|
./file-browser.nix
|
|
./frecency.nix
|
|
./fzf-native.nix
|
|
./fzy-native.nix
|
|
./live-greps-args.nix
|
|
./manix.nix
|
|
./media-files.nix
|
|
./project.nix
|
|
./ui-select.nix
|
|
./undo.nix
|
|
./zf-native.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|