Skip to content

Commit 834fa31

Browse files
committed
vimPlugins.mason-null-ls-nvim: init at 2024-04-09
1 parent 173f27f commit 834fa31

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6543,6 +6543,18 @@ final: prev:
65436543
meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/";
65446544
};
65456545

6546+
mason-null-ls-nvim = buildVimPlugin {
6547+
pname = "mason-null-ls.nvim";
6548+
version = "2024-04-09";
6549+
src = fetchFromGitHub {
6550+
owner = "jay-babu";
6551+
repo = "mason-null-ls.nvim";
6552+
rev = "de19726de7260c68d94691afb057fa73d3cc53e7";
6553+
sha256 = "1jxslvqp05hzsz3vrspg5yal94314agh15b2p9cimiwj955igbys";
6554+
};
6555+
meta.homepage = "https://github.com/jay-babu/mason-null-ls.nvim/";
6556+
};
6557+
65466558
mason-nvim = buildVimPlugin {
65476559
pname = "mason.nvim";
65486560
version = "2024-07-16";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,13 @@ in
15691569
nvimRequireCheck = "mason-lspconfig";
15701570
};
15711571

1572+
mason-null-ls-nvim = super.mason-null-ls-nvim.overrideAttrs {
1573+
dependencies = with self; [
1574+
mason-nvim
1575+
null-ls-nvim
1576+
];
1577+
};
1578+
15721579
mason-nvim = super.mason-nvim.overrideAttrs {
15731580
# lua/mason-vendor/zzlib/inflate-bwo.lua:15: 'end' expected near '&'
15741581
nvimSkipModule = "mason-vendor.zzlib.inflate-bwo";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ https://github.com/David-Kunz/markid/,HEAD,
542542
https://github.com/chentoast/marks.nvim/,,
543543
https://github.com/OXY2DEV/markview.nvim/,HEAD,
544544
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
545+
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
545546
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,
546547
https://github.com/williamboman/mason.nvim/,HEAD,
547548
https://github.com/vim-scripts/matchit.zip/,,

0 commit comments

Comments
 (0)