vimPlugins.neogen: init at 2023-01-16

This commit is contained in:
dark-ether 2023-02-04 17:04:36 -03:00
parent 3e22f92d18
commit 62e76c014d
2 changed files with 13 additions and 0 deletions

View File

@ -5265,6 +5265,18 @@ final: prev:
meta.homepage = "https://github.com/sbdchd/neoformat/";
};
neogen = buildVimPluginFrom2Nix {
pname = "neogen";
version = "2023-01-16";
src = fetchFromGitHub {
owner = "danymat";
repo = "neogen";
rev = "465af9d6c6fb7f360175991dcc23fc10917e3a06";
sha256 = "08frlngajmb1905f52xh299h8l3mf34lp4aa5rgs2hl96iafbjr3";
};
meta.homepage = "https://github.com/danymat/neogen/";
};
neogit = buildVimPluginFrom2Nix {
pname = "neogit";
version = "2023-01-31";

View File

@ -442,6 +442,7 @@ https://github.com/folke/neoconf.nvim/,HEAD,
https://github.com/KeitaNakamura/neodark.vim/,,
https://github.com/folke/neodev.nvim/,HEAD,
https://github.com/sbdchd/neoformat/,,
https://github.com/danymat/neogen/,HEAD,
https://github.com/TimUntersberger/neogit/,,
https://github.com/Shougo/neoinclude.vim/,,
https://github.com/neomake/neomake/,,