vimPlugins.nvim-tinygit: init at 2025-03-30
This commit is contained in:
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user