vimPlugins.fzf-lsp-nvim: init at 2020-12-24
This commit is contained in:
parent
5ba32d2300
commit
1458efa4d2
@ -1425,6 +1425,18 @@ let
|
|||||||
meta.homepage = "https://github.com/shumphrey/fugitive-gitlab.vim/";
|
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 {
|
fzf-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "fzf-vim";
|
pname = "fzf-vim";
|
||||||
version = "2021-01-07";
|
version = "2021-01-07";
|
||||||
|
@ -129,6 +129,7 @@ fszymanski/deoplete-emoji
|
|||||||
garbas/vim-snipmate
|
garbas/vim-snipmate
|
||||||
gentoo/gentoo-syntax
|
gentoo/gentoo-syntax
|
||||||
GEverding/vim-hocon
|
GEverding/vim-hocon
|
||||||
|
gfanto/fzf-lsp.nvim@main
|
||||||
gibiansky/vim-textobj-haskell
|
gibiansky/vim-textobj-haskell
|
||||||
glts/vim-textobj-comment
|
glts/vim-textobj-comment
|
||||||
godlygeek/csapprox
|
godlygeek/csapprox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user