mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vimPlugins.mason-nvim: init at 2022-07-27
This commit is contained in:
parent
df1d5f1dce
commit
2f2e7f8842
@ -4665,6 +4665,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/chentoast/marks.nvim/";
|
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 {
|
matchit-zip = buildVimPluginFrom2Nix {
|
||||||
pname = "matchit.zip";
|
pname = "matchit.zip";
|
||||||
version = "2010-10-18";
|
version = "2010-10-18";
|
||||||
|
@ -391,6 +391,7 @@ https://github.com/rktjmp/lush.nvim/,,
|
|||||||
https://github.com/mkasa/lushtags/,,
|
https://github.com/mkasa/lushtags/,,
|
||||||
https://github.com/iamcco/markdown-preview.nvim/,,
|
https://github.com/iamcco/markdown-preview.nvim/,,
|
||||||
https://github.com/chentoast/marks.nvim/,,
|
https://github.com/chentoast/marks.nvim/,,
|
||||||
|
https://github.com/williamboman/mason.nvim/,HEAD,
|
||||||
https://github.com/vim-scripts/matchit.zip/,,
|
https://github.com/vim-scripts/matchit.zip/,,
|
||||||
https://github.com/marko-cerovac/material.nvim/,,
|
https://github.com/marko-cerovac/material.nvim/,,
|
||||||
https://github.com/kaicataldo/material.vim/,HEAD,
|
https://github.com/kaicataldo/material.vim/,HEAD,
|
||||||
|
Loading…
Reference in New Issue
Block a user