mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00: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 {
|
||||
inherit (meson) pname version src;
|
||||
preInstall = "cd data/syntax-highlighting/vim";
|
||||
|
|
Loading…
Reference in a new issue