add overrides for vimPlugins.mason-tool-install-nvim and vimPlugins.mason-lspconfig-nvim

This commit is contained in:
The Hedgehog
2023-01-04 16:05:07 -05:00
parent 8ea667c3f1
commit bc7d5cea0a
@@ -598,6 +598,14 @@ self: super: {
'';
});
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs (old: {
dependencies = with self; [ mason-nvim nvim-lspconfig ];
});
mason-tool-installer-nvim = super.mason-tool-installer-nvim.overrideAttrs (old: {
dependencies = with self; [ mason-nvim ];
});
meson = buildVimPluginFrom2Nix {
inherit (meson) pname version src;
preInstall = "cd data/syntax-highlighting/vim";