mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Merge pull request #124220 from rpearce/vim-plugin-nord-nvim
vimPlugins.nord-nvim: init at 2021-05-22 and vimPlugins.moonlight-nvim: init at 2021-05-22
This commit is contained in:
commit
bd249526ff
@ -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";
|
||||
@ -3202,6 +3214,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/arcticicestudio/nord-vim/";
|
||||
};
|
||||
|
||||
nord-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "nord-nvim";
|
||||
version = "2021-05-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "shaunsingh";
|
||||
repo = "nord.nvim";
|
||||
rev = "6860c64a3002f6dbcf36c0baf7bda8c34c5083c8";
|
||||
sha256 = "0a036xgsklqv2zwlcpyhdrip8mvgqhyb4vcsp7gwp5241917bia3";
|
||||
};
|
||||
meta.homepage = "https://github.com/shaunsingh/nord.nvim/";
|
||||
};
|
||||
|
||||
NrrwRgn = buildVimPluginFrom2Nix {
|
||||
pname = "NrrwRgn";
|
||||
version = "2020-05-29";
|
||||
|
@ -569,6 +569,8 @@ 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
|
||||
Shougo/defx.nvim
|
||||
|
Loading…
Reference in New Issue
Block a user