vimPlugins.nord-nvim: init at 2021-05-22

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

View file

@ -3202,6 +3202,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";

View file

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