vimPlugins.fzf-lsp-nvim: init at 2020-12-24

This commit is contained in:
Andrey Kuznetsov 2021-01-10 00:07:07 +00:00 committed by Jonathan Ringer
parent 5ba32d2300
commit 1458efa4d2
2 changed files with 13 additions and 0 deletions

View File

@ -1425,6 +1425,18 @@ let
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
};
fzf-lsp-nvim = buildVimPluginFrom2Nix {
pname = "fzf-lsp-nvim";
version = "2020-12-24";
src = fetchFromGitHub {
owner = "gfanto";
repo = "fzf-lsp.nvim";
rev = "de69b03c9feaa4b574e4a3e053a9a33467848227";
sha256 = "09kpcmnvzgsdbwd5nsnkm93khqhncb8bjl67519wjgx39g73pq50";
};
meta.homepage = "https://github.com/gfanto/fzf-lsp.nvim/";
};
fzf-vim = buildVimPluginFrom2Nix {
pname = "fzf-vim";
version = "2021-01-07";

View File

@ -129,6 +129,7 @@ fszymanski/deoplete-emoji
garbas/vim-snipmate
gentoo/gentoo-syntax
GEverding/vim-hocon
gfanto/fzf-lsp.nvim@main
gibiansky/vim-textobj-haskell
glts/vim-textobj-comment
godlygeek/csapprox