mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
add overrides for vimPlugins.mason-tool-install-nvim and vimPlugins.mason-lspconfig-nvim
This commit is contained in:
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 {
|
meson = buildVimPluginFrom2Nix {
|
||||||
inherit (meson) pname version src;
|
inherit (meson) pname version src;
|
||||||
preInstall = "cd data/syntax-highlighting/vim";
|
preInstall = "cd data/syntax-highlighting/vim";
|
||||||
|
Loading…
Reference in New Issue
Block a user