Merge pull request #221607 from linsui/lazyvim

This commit is contained in:
figsoda 2023-03-17 09:59:43 -04:00 committed by GitHub
commit 6581b78e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -171,6 +171,18 @@ final: prev:
meta.homepage = "https://github.com/vigoux/LanguageTool.nvim/";
};
LazyVim = buildVimPluginFrom2Nix {
pname = "LazyVim";
version = "2023-03-17";
src = fetchFromGitHub {
owner = "LazyVim";
repo = "LazyVim";
rev = "c10e550639caef68146d122d9bc4a66f2f38650a";
sha256 = "04d062kxa0pz57liymim3i17hz51w0690c2y4q22h3kfarcmj0ws";
};
meta.homepage = "https://github.com/LazyVim/LazyVim/";
};
LeaderF = buildVimPluginFrom2Nix {
pname = "LeaderF";
version = "2023-03-02";

View File

@ -13,6 +13,7 @@ https://github.com/ionide/Ionide-vim/,HEAD,
https://github.com/martinda/Jenkinsfile-vim-syntax/,,
https://github.com/autozimu/LanguageClient-neovim/,,
https://github.com/vigoux/LanguageTool.nvim/,,
https://github.com/LazyVim/LazyVim/,,
https://github.com/Yggdroot/LeaderF/,,
https://github.com/Valloric/MatchTagAlways/,,
https://github.com/numToStr/Navigator.nvim/,,