add telescope file manager

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-20 14:07:50 -05:00
parent b1d5b77cb3
commit de9f8b74b9
4 changed files with 32 additions and 1 deletions

View file

@ -21,7 +21,10 @@
url = "github:j-hui/fidget.nvim";
flake = false;
};
"nvim_plugin-nvim-telescope/telescope-file-browser.nvim" = {
url = "github:nvim-telescope/telescope-file-browser.nvim";
flake = false;
};
};
outputs =
{ self, nixpkgs, ... }@inputs: