vimPlugins.moonlight-nvim: init at 2021-05-16

This commit is contained in:
"Robert W. Pearce" 2021-05-23 22:53:30 -04:00 committed by Robert W. Pearce
parent e444cd105d
commit 2bf8188db2
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
2 changed files with 13 additions and 0 deletions

View File

@ -2686,6 +2686,18 @@ final: prev:
meta.homepage = "https://github.com/tomasr/molokai/";
};
moonlight-nvim = buildVimPluginFrom2Nix {
pname = "moonlight-nvim";
version = "2021-05-16";
src = fetchFromGitHub {
owner = "shaunsingh";
repo = "moonlight.nvim";
rev = "e24e4218ec680b6396532808abf57ca0ada82e66";
sha256 = "0m9w3fpypsqxydjd93arbjqb5576nl40iy27i4ijlrqhgdhl49y3";
};
meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/";
};
ncm2 = buildVimPluginFrom2Nix {
pname = "ncm2";
version = "2020-12-19";

View File

@ -569,6 +569,7 @@ samoshkin/vim-mergetool
sbdchd/neoformat
sebastianmarkow/deoplete-rust
SevereOverfl0w/deoplete-github
shaunsingh/moonlight.nvim@pure-lua
shaunsingh/nord.nvim
sheerun/vim-polyglot
Shougo/context_filetype.vim