vimPlugins.telescope-lsp-handlers-nvim: init at 2021-09-07

This commit is contained in:
"jupblb" 2021-11-29 21:44:14 +01:00 committed by jupblb
parent 920871ca00
commit 62b4a25b1a
No known key found for this signature in database
GPG Key ID: 7FF80D1CBB5F2AC4
2 changed files with 13 additions and 0 deletions

View File

@ -6087,6 +6087,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-telescope/telescope-fzy-native.nvim/";
};
telescope-lsp-handlers-nvim = buildVimPluginFrom2Nix {
pname = "telescope-lsp-handlers.nvim";
version = "2021-09-07";
src = fetchFromGitHub {
owner = "gbrlsnchs";
repo = "telescope-lsp-handlers.nvim";
rev = "d6d5983b0131ee2c386ca9e349f6621e12d971cb";
sha256 = "1x51mlj1c3cwmcjqssh89049q91423jxm3rv8s25pcw493zb2x6b";
};
meta.homepage = "https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/";
};
telescope-project-nvim = buildVimPluginFrom2Nix {
pname = "telescope-project.nvim";
version = "2021-11-20";

View File

@ -180,6 +180,7 @@ fruit-in/brainfuck-vim
fruit-in/vim-nong-theme
fsharp/vim-fsharp
garbas/vim-snipmate
gbrlsnchs/telescope-lsp-handlers.nvim@trunk
gcmt/taboo.vim
gcmt/wildfire.vim
gelguy/wilder.nvim