nvim: Add telescope file-browser

This commit is contained in:
Sridhar Ratnakumar 2022-04-26 09:09:20 -04:00
parent c8530866fb
commit 4010b41b76
2 changed files with 33 additions and 2 deletions

View file

@ -19,6 +19,7 @@
hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent/master";
nixos-shell.url = "github:Mic92/nixos-shell";
# Vim & its plugins (not in nixpkgs)
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly-overlay.inputs.neovim-flake.url = "github:neovim/neovim/v0.7.0?dir=contrib";
vim-eldar.url = "github:agude/vim-eldar";