Unverified Commit 939dd6d8 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.unimpaired-which-key-nvim: init at 2024-08-16 (#401096)

parents 67cc369b 1a2ad32a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -14937,6 +14937,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  unimpaired-which-key-nvim = buildVimPlugin {
    pname = "unimpaired-which-key.nvim";
    version = "2024-08-16";
    src = fetchFromGitHub {
      owner = "afreakk";
      repo = "unimpaired-which-key.nvim";
      rev = "c35f413a631e2d2a29778cc390e4d2da28fc2727";
      sha256 = "11skr474c9drq25823rx1jxcv5d57si0085zw60nq3wxmx999cg3";
    };
    meta.homepage = "https://github.com/afreakk/unimpaired-which-key.nvim/";
    meta.hydraPlatforms = [ ];
  };
  unison = buildVimPlugin {
    pname = "unison";
    version = "2025-04-18";
+1 −0
Original line number Diff line number Diff line
@@ -1145,6 +1145,7 @@ https://github.com/altermo/ultimate-autopair.nvim/,HEAD,
https://github.com/SirVer/ultisnips/,,
https://github.com/mbbill/undotree/,,
https://github.com/chrisbra/unicode.vim/,,
https://github.com/afreakk/unimpaired-which-key.nvim/,HEAD,
https://github.com/tummetott/unimpaired.nvim/,HEAD,
https://github.com/unisonweb/unison/,,
https://github.com/Shougo/unite.vim/,,