vimPlugins.nord-nvim: init at 2021-05-22
This commit is contained in:
parent
ab51a2dbd6
commit
e444cd105d
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue