vimPlugins.telescope-dap-nvim: init at 2021-03-26

This commit is contained in:
Ronan Mac Fhlannchadha
2021-05-22 13:25:20 +01:00
parent e54c43f8f1
commit dcc83cd07a
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -4656,6 +4656,18 @@ final: prev:
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};
telescope-dap-nvim = buildVimPluginFrom2Nix {
pname = "telescope-dap-nvim";
version = "2021-03-26";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-dap.nvim";
rev = "b4134fff5cbaf3b876e6011212ed60646e56f060";
sha256 = "1fcpw42bwl5iych3hxrrl08s5hm6r6k0qx2savw853f3ff982s38";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-dap.nvim/";
};
telescope-frecency-nvim = buildVimPluginFrom2Nix {
pname = "telescope-frecency-nvim";
version = "2021-04-17";