Commit 9d8e0a77 authored by Victor Nilsson's avatar Victor Nilsson
Browse files

vimPlugins.vscode-diff-nvim: init at 2025-11-26

parent fa654d60
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -22299,6 +22299,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  vscode-diff-nvim = buildVimPlugin {
    pname = "vscode-diff.nvim";
    version = "2025-11-26";
    src = fetchFromGitHub {
      owner = "esmuellert";
      repo = "vscode-diff.nvim";
      rev = "94bba113413cb660397f219d4096775338ea08e1";
      sha256 = "17kll9vclgy7flvxbw4hc2fj4xnn1hq3ds3s9fg0z7x9nmf23v85";
    };
    meta.homepage = "https://github.com/esmuellert/vscode-diff.nvim/";
    meta.hydraPlatforms = [ ];
  };
  vscode-nvim = buildVimPlugin {
    pname = "vscode.nvim";
    version = "2025-08-06";
+6 −0
Original line number Diff line number Diff line
@@ -4085,6 +4085,12 @@ assertNoAdditions {
    ];
  };

  vscode-diff-nvim = super.vscode-diff-nvim.overrideAttrs {
    dependencies = [
      self.nui-nvim
    ];
  };

  which-key-nvim = super.which-key-nvim.overrideAttrs {
    nvimSkipModules = [ "which-key.docs" ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -1712,6 +1712,7 @@ https://github.com/navicore/vissort.vim/,,
https://github.com/liuchengxu/vista.vim/,,
https://github.com/mcauley-penney/visual-whitespace.nvim/,HEAD,
https://github.com/EthanJWright/vs-tasks.nvim/,HEAD,
https://github.com/esmuellert/vscode-diff.nvim/,HEAD,
https://github.com/Mofiqul/vscode.nvim/,,
https://github.com/dylanaraps/wal.vim/,,
https://github.com/mattn/webapi-vim/,,