vimPlugins.telescope-frecency-nvim: init at 2021-01-20

This commit is contained in:
"Matthieu Coudron"
2021-01-24 00:34:02 +01:00
committed by Matthieu Coudron
parent 1b848b95bd
commit eba7b3848d
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -3924,6 +3924,18 @@ let
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};
telescope-frecency-nvim = buildVimPluginFrom2Nix {
pname = "telescope-frecency-nvim";
version = "2021-01-20";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-frecency.nvim";
rev = "a770d59b925ff4ff87036afff06c87d620cd6861";
sha256 = "04kla2nyz1rh0b9iyi5nynyzpmyjiql2wvs2gdf964a79m86493l";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-frecency.nvim/";
};
telescope-fzf-writer-nvim = buildVimPluginFrom2Nix {
pname = "telescope-fzf-writer-nvim";
version = "2021-01-10";