vimPlugins.nvim-metals: init at 2021-11-29

This commit is contained in:
jupblb 2021-11-29 21:43:14 +01:00
parent 6ff9d02773
commit 920871ca00
No known key found for this signature in database
GPG Key ID: 7FF80D1CBB5F2AC4
3 changed files with 17 additions and 0 deletions

View File

@ -4426,6 +4426,18 @@ final: prev:
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
};
nvim-metals = buildVimPluginFrom2Nix {
pname = "nvim-metals";
version = "2021-11-29";
src = fetchFromGitHub {
owner = "scalameta";
repo = "nvim-metals";
rev = "25d148b6b03c7aeea917f296a5c2a60829810eb3";
sha256 = "1b7h5h6n1b2mpqnqpkmha689bpy6k85w40s65c2v7cbj7zn92ycw";
};
meta.homepage = "https://github.com/scalameta/nvim-metals/";
};
nvim-neoclip-lua = buildVimPluginFrom2Nix {
pname = "nvim-neoclip.lua";
version = "2021-11-06";

View File

@ -483,6 +483,10 @@ self: super: {
dependencies = with self; [ popfix ];
});
nvim-metals = super.nvim-metals.overrideAttrs (old: {
dontBuild = true;
});
nvim-spectre = super.nvim-spectre.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});

View File

@ -682,6 +682,7 @@ sakhnik/nvim-gdb
saltstack/salt-vim
samoshkin/vim-mergetool
sbdchd/neoformat
scalameta/nvim-metals@main
sdiehl/vim-ormolu
sebastianmarkow/deoplete-rust
SevereOverfl0w/deoplete-github