vimPlugins.telescope-nvim: init at 2020-10-28

This commit is contained in:
Jonathan Wilkins 2020-10-29 19:25:49 +00:00 committed by Jonathan Ringer
parent a9df495cc8
commit b40ad04c9d
2 changed files with 13 additions and 0 deletions

View file

@ -3383,6 +3383,18 @@ let
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};
telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope-nvim";
version = "2020-10-28";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "telescope.nvim";
rev = "78cf7ebd7f2dcfcf6fec1d0195ccf46cb479d72c";
sha256 = "1wl30nqdbl90a9zky524k1cszwii4vg5rhlrrvg4n6hdw9kkyi4m";
};
meta.homepage = "https://github.com/nvim-lua/telescope.nvim/";
};
tender-vim = buildVimPluginFrom2Nix {
pname = "tender-vim";
version = "2020-06-29";

View file

@ -371,6 +371,7 @@ nvie/vim-flake8
nvim-lua/completion-nvim
nvim-lua/diagnostic-nvim
nvim-lua/lsp_extensions.nvim
nvim-lua/telescope.nvim
nvim-treesitter/completion-treesitter
nvim-treesitter/nvim-treesitter
ocaml/vim-ocaml