vimPlugins.onenord-nvim: init at 2022-07-15

This commit is contained in:
"Andrey Kuznetsov" 2022-08-20 23:17:52 +00:00
parent a9135abe0a
commit 27aaf5f45a
2 changed files with 13 additions and 0 deletions

View File

@ -5913,6 +5913,18 @@ final: prev:
meta.homepage = "https://github.com/sonph/onehalf/";
};
onenord-nvim = buildVimPluginFrom2Nix {
pname = "onenord.nvim";
version = "2022-07-15";
src = fetchFromGitHub {
owner = "rmehri01";
repo = "onenord.nvim";
rev = "c2021ba34aecd8027437dadd27edf9fc949c9aa8";
sha256 = "1ps8pmib1xc9cxw6vs4hgns39680qnfhq783gabgz9gnk8v10j5y";
};
meta.homepage = "https://github.com/rmehri01/onenord.nvim/";
};
open-browser-github-vim = buildVimPluginFrom2Nix {
pname = "open-browser-github.vim";
version = "2021-03-21";

View File

@ -497,6 +497,7 @@ https://github.com/navarasu/onedark.nvim/,,
https://github.com/joshdick/onedark.vim/,,
https://github.com/olimorris/onedarkpro.nvim/,,
https://github.com/sonph/onehalf/,,
https://github.com/rmehri01/onenord.nvim/,main,
https://github.com/tyru/open-browser-github.vim/,,
https://github.com/tyru/open-browser.vim/,,
https://github.com/nvim-orgmode/orgmode/,,