vimPlugins.telescope-file-browser-nvim: init at 2021-12-29

This commit is contained in:
Seong Yong-ju 2022-01-06 03:29:54 +09:00 committed by Jonathan Ringer
parent a125a8a51d
commit 364315cbca
2 changed files with 13 additions and 0 deletions

View file

@ -6171,6 +6171,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-telescope/telescope-dap.nvim/";
};
telescope-file-browser-nvim = buildVimPluginFrom2Nix {
pname = "telescope-file-browser.nvim";
version = "2021-12-29";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-file-browser.nvim";
rev = "52170a89ea52a7a3b6131d19348642dbb60e5a84";
sha256 = "1vfd9i96dy1mjhd86xcx8b2wg2sk063h3il2ngymdil55iv1x4yc";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-file-browser.nvim/";
};
telescope-frecency-nvim = buildVimPluginFrom2Nix {
pname = "telescope-frecency.nvim";
version = "2021-12-06";

View file

@ -562,6 +562,7 @@ nvim-orgmode/orgmode
nvim-pack/nvim-spectre
nvim-telescope/telescope-cheat.nvim
nvim-telescope/telescope-dap.nvim
nvim-telescope/telescope-file-browser.nvim
nvim-telescope/telescope-frecency.nvim
nvim-telescope/telescope-fzf-native.nvim
nvim-telescope/telescope-fzf-writer.nvim