vimPlugins.mason-nvim: init at 2022-07-27

This commit is contained in:
"The Hedgehog" 2022-07-27 11:37:25 -04:00 committed by The Hedgehog
parent df1d5f1dce
commit 2f2e7f8842
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
2 changed files with 13 additions and 0 deletions

View File

@ -4665,6 +4665,18 @@ final: prev:
meta.homepage = "https://github.com/chentoast/marks.nvim/";
};
mason-nvim = buildVimPluginFrom2Nix {
pname = "mason.nvim";
version = "2022-07-27";
src = fetchFromGitHub {
owner = "williamboman";
repo = "mason.nvim";
rev = "269ee222f76e705619da2c0130c0a06e76419b88";
sha256 = "1bngr68gfv33p989dqhz6xmhips7i2yjni96qgnqwhdjczfw865v";
};
meta.homepage = "https://github.com/williamboman/mason.nvim/";
};
matchit-zip = buildVimPluginFrom2Nix {
pname = "matchit.zip";
version = "2010-10-18";

View File

@ -391,6 +391,7 @@ https://github.com/rktjmp/lush.nvim/,,
https://github.com/mkasa/lushtags/,,
https://github.com/iamcco/markdown-preview.nvim/,,
https://github.com/chentoast/marks.nvim/,,
https://github.com/williamboman/mason.nvim/,HEAD,
https://github.com/vim-scripts/matchit.zip/,,
https://github.com/marko-cerovac/material.nvim/,,
https://github.com/kaicataldo/material.vim/,HEAD,