vimPlugins.nvim-tinygit: init at 2025-03-30

This commit is contained in:
Gaetan Lepage
2025-03-31 15:45:21 +02:00
parent 2107f032ab
commit e0186c6d58
3 changed files with 28 additions and 0 deletions
@@ -10929,6 +10929,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
nvim-tinygit = buildVimPlugin {
pname = "nvim-tinygit";
version = "2025-03-30";
src = fetchFromGitHub {
owner = "chrisgrieser";
repo = "nvim-tinygit";
rev = "8332b4a1cd852416a632dda51848a5fae58df48e";
sha256 = "1sjnc2bgprhjyjcgg3ninskkmh0369jq80i6n3sxr2lxxp64yvjp";
};
meta.homepage = "https://github.com/chrisgrieser/nvim-tinygit/";
meta.hydraPlatforms = [ ];
};
nvim-tree-lua = buildVimPlugin {
pname = "nvim-tree.lua";
version = "2025-03-23";
@@ -78,6 +78,8 @@
ncurses,
# devdocs-nvim dependencies
pandoc,
# nvim-tinygit
gitMinimal,
# Preview-nvim dependencies
md-tui,
# sved dependencies
@@ -2457,6 +2459,18 @@ in
];
};
nvim-tinygit = super.nvim-tinygit.overrideAttrs {
dependencies = with self; [
telescope-nvim
];
checkInputs = [
gitMinimal
# transitive dependency (telescope-nvim) not properly propagated to the test environment
self.plenary-nvim
];
};
nvim-tree-lua = super.nvim-tree-lua.overrideAttrs {
nvimSkipModules = [
# Meta can't be required
@@ -838,6 +838,7 @@ https://github.com/kylechui/nvim-surround/,main,
https://github.com/svermeulen/nvim-teal-maker/,HEAD,
https://github.com/norcalli/nvim-terminal.lua/,,
https://github.com/klen/nvim-test/,,
https://github.com/chrisgrieser/nvim-tinygit/,HEAD,
https://github.com/nvim-tree/nvim-tree.lua/,,
https://github.com/nvim-treesitter/nvim-treesitter/,,
https://github.com/nvim-treesitter/nvim-treesitter-context/,,