vimPlugins.ncm2-vim: init at 2018-08-15

This commit is contained in:
Darwin Corn 2020-07-18 16:52:51 -07:00
parent fbd0c09edd
commit fc17201a1d
2 changed files with 13 additions and 0 deletions

View File

@ -2398,6 +2398,18 @@ let
meta.homepage = "https://github.com/ncm2/ncm2-ultisnips/";
};
ncm2-vim = buildVimPluginFrom2Nix {
pname = "ncm2-vim";
version = "2018-08-15";
src = fetchFromGitHub {
owner = "ncm2";
repo = "ncm2-vim";
rev = "4ee5d3e8b5710890cb5da7875790bdd5a8b3ca07";
sha256 = "0m4rs2bs0j74l7gqyzcdhprvvx2n7hw64bbls877av6kix4azr31";
};
meta.homepage = "https://github.com/ncm2/ncm2-vim/";
};
neco-ghc = buildVimPluginFrom2Nix {
pname = "neco-ghc";
version = "2020-06-06";

View File

@ -330,6 +330,7 @@ ncm2/ncm2-syntax
ncm2/ncm2-tagprefix
ncm2/ncm2-tmux
ncm2/ncm2-ultisnips
ncm2/ncm2-vim
ndmitchell/ghcid
neoclide/coc-css
neoclide/coc-denite