vimPlugins.telescope-cheat-nvim: init at 2021-09-24

This commit is contained in:
figsoda 2021-10-17 11:25:59 -04:00
parent 1ba118f40a
commit 826f620ffe
3 changed files with 17 additions and 0 deletions

View File

@ -5738,6 +5738,18 @@ final: prev:
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};
telescope-cheat-nvim = buildVimPluginFrom2Nix {
pname = "telescope-cheat.nvim";
version = "2021-09-24";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-cheat.nvim";
rev = "4a58b92fc70af622ddc115f843b0e552ca5bd6ea";
sha256 = "132drgpak97sbwjma6h7zwflg386xhqmdb3rqvzgxav36p9f0xsw";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-cheat.nvim/";
};
telescope-coc-nvim = buildVimPluginFrom2Nix {
pname = "telescope-coc.nvim";
version = "2021-10-13";

View File

@ -560,6 +560,10 @@ self: super: {
};
});
telescope-cheat-nvim = super.telescope-cheat-nvim.overrideAttrs (old: {
dependencies = with self; [ sqlite-lua telescope-nvim ];
});
telescope-frecency-nvim = super.telescope-frecency-nvim.overrideAttrs (old: {
dependencies = with self; [ sqlite-lua telescope-nvim ];
});

View File

@ -528,6 +528,7 @@ nvim-lua/lsp_extensions.nvim
nvim-lua/plenary.nvim
nvim-lua/popup.nvim
nvim-neorg/neorg@main
nvim-telescope/telescope-cheat.nvim
nvim-telescope/telescope-dap.nvim
nvim-telescope/telescope-frecency.nvim
nvim-telescope/telescope-fzf-native.nvim@main