vimPlugins.oxocarbon-nvim: init at 2023-01-03

This commit is contained in:
figsoda 2023-01-06 13:25:00 -05:00
parent 3e630f35e9
commit 5f5a44de03
2 changed files with 13 additions and 0 deletions

View File

@ -6632,6 +6632,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-orgmode/orgmode/";
};
oxocarbon-nvim = buildVimPluginFrom2Nix {
pname = "oxocarbon.nvim";
version = "2023-01-03";
src = fetchFromGitHub {
owner = "nyoom-engineering";
repo = "oxocarbon.nvim";
rev = "71cd5475050ddf173a8d94dd0ea067b78d88397b";
sha256 = "0nqvq33ljpjq3m54l31zhd6givq524pgyzp5vf8f19ky7bvd833f";
};
meta.homepage = "https://github.com/nyoom-engineering/oxocarbon.nvim/";
};
package-info-nvim = buildVimPluginFrom2Nix {
pname = "package-info.nvim";
version = "2022-11-17";

View File

@ -558,6 +558,7 @@ 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/,,
https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD,
https://github.com/vuki656/package-info.nvim/,,
https://github.com/wbthomason/packer.nvim/,,
https://github.com/drewtempelmeyer/palenight.vim/,,