vimPlugins.telescope-nvim: init at 2020-10-28
This commit is contained in:
parent
a9df495cc8
commit
b40ad04c9d
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user