vimPlugins.mason-null-ls-nvim: init at 2024-04-09
This commit is contained in:
@@ -6543,6 +6543,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/";
|
||||
};
|
||||
|
||||
mason-null-ls-nvim = buildVimPlugin {
|
||||
pname = "mason-null-ls.nvim";
|
||||
version = "2024-04-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jay-babu";
|
||||
repo = "mason-null-ls.nvim";
|
||||
rev = "de19726de7260c68d94691afb057fa73d3cc53e7";
|
||||
sha256 = "1jxslvqp05hzsz3vrspg5yal94314agh15b2p9cimiwj955igbys";
|
||||
};
|
||||
meta.homepage = "https://github.com/jay-babu/mason-null-ls.nvim/";
|
||||
};
|
||||
|
||||
mason-nvim = buildVimPlugin {
|
||||
pname = "mason.nvim";
|
||||
version = "2024-07-16";
|
||||
|
||||
@@ -1569,6 +1569,13 @@ in
|
||||
nvimRequireCheck = "mason-lspconfig";
|
||||
};
|
||||
|
||||
mason-null-ls-nvim = super.mason-null-ls-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
mason-nvim
|
||||
null-ls-nvim
|
||||
];
|
||||
};
|
||||
|
||||
mason-nvim = super.mason-nvim.overrideAttrs {
|
||||
# lua/mason-vendor/zzlib/inflate-bwo.lua:15: 'end' expected near '&'
|
||||
nvimSkipModule = "mason-vendor.zzlib.inflate-bwo";
|
||||
|
||||
@@ -542,6 +542,7 @@ https://github.com/David-Kunz/markid/,HEAD,
|
||||
https://github.com/chentoast/marks.nvim/,,
|
||||
https://github.com/OXY2DEV/markview.nvim/,HEAD,
|
||||
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
|
||||
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
|
||||
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,
|
||||
https://github.com/williamboman/mason.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/matchit.zip/,,
|
||||
|
||||
Reference in New Issue
Block a user