Unverified Commit 56d77761 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.nvim-tinygit: init at 2025-03-30 (#394884)

parents 5ecb07c2 e0186c6d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -10955,6 +10955,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";
+14 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@
  ncurses,
  # devdocs-nvim dependencies
  pandoc,
  # nvim-tinygit
  gitMinimal,
  # Preview-nvim dependencies
  md-tui,
  # sved dependencies
@@ -2475,6 +2477,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
+1 −0
Original line number Diff line number Diff line
@@ -840,6 +840,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/,,