diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d52a00a63902..632d81d50894 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e7446892a7d5..bc2c9d3a3a28 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8f7c8c79fdab..946ed4fc523b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,