vimPlugins.nvim-metals: init at 2021-11-29
This commit is contained in:
parent
6ff9d02773
commit
920871ca00
@ -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";
|
||||
|
@ -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 ];
|
||||
});
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user