vimPlugins.coc-metals: init at 2019-12-23

This commit is contained in:
Salar Rahmanian 2019-12-23 12:25:07 -08:00
parent 5f66874b8f
commit 3c8f226b33
2 changed files with 12 additions and 0 deletions

View file

@ -422,6 +422,17 @@ let
};
};
coc-metals = buildVimPluginFrom2Nix {
pname = "coc-metals";
version = "2019-12-21";
src = fetchFromGitHub {
owner = "ckipp01";
repo = "coc-metals";
rev = "d2c9395ac1456765a8979ed9e4e55cd1a1d55e16";
sha256 = "0yg9rk0374ijm87sd47grw74930dkqgkp4zmcg24qxigik8h9nha";
};
};
coc-neco = buildVimPluginFrom2Nix {
pname = "coc-neco";
version = "2019-09-23";

View file

@ -47,6 +47,7 @@ chriskempson/base16-vim
christoomey/vim-sort-motion
christoomey/vim-tmux-navigator
ckarnell/antonys-macro-repeater
ckipp01/coc-metals
cloudhead/neovim-fuzzy
CoatiSoftware/vim-sourcetrail
cocopon/iceberg.vim