vimPlugins.lazy-nvim: init at 2022-12-23

This commit is contained in:
cwu 2022-12-23 22:21:59 -05:00 committed by Congee
parent d39c40b5cf
commit b50be0b032
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View File

@ -4029,6 +4029,18 @@ final: prev:
meta.homepage = "https://github.com/dundalek/lazy-lsp.nvim/";
};
lazy-nvim = buildVimPluginFrom2Nix {
pname = "lazy.nvim";
version = "2022-12-23";
src = fetchFromGitHub {
owner = "folke";
repo = "lazy.nvim";
rev = "a973c2edc2167012d4721a784a0da46906cf005c";
sha256 = "1cjm24n295hm4ijpccyx1sns35n6rmz3ic07n15hvs8p2rgbk65b";
};
meta.homepage = "https://github.com/folke/lazy.nvim/";
};
lazygit-nvim = buildVimPluginFrom2Nix {
pname = "lazygit.nvim";
version = "2022-11-05";

View File

@ -337,6 +337,7 @@ https://github.com/qnighy/lalrpop.vim/,,
https://github.com/sk1418/last256/,,
https://github.com/latex-box-team/latex-box/,,
https://github.com/dundalek/lazy-lsp.nvim/,HEAD,
https://github.com/folke/lazy.nvim/,HEAD,
https://github.com/kdheepak/lazygit.nvim/,,
https://github.com/Julian/lean.nvim/,,
https://github.com/leanprover/lean.vim/,,