vimPlugins.telescope-lsp-handlers-nvim: init at 2021-09-07
This commit is contained in:
parent
920871ca00
commit
62b4a25b1a
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user