Unverified Commit 19f6505f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #221601 from linsui/clipboard-image-nvim

vimPlugins.clipboard-image-nvim: init at 2022-11-10
parents 6581b78e 4eb1c2d2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1181,6 +1181,18 @@ final: prev:
    meta.homepage = "https://github.com/bbchung/clighter8/";
  };

  clipboard-image-nvim = buildVimPluginFrom2Nix {
    pname = "clipboard-image.nvim";
    version = "2022-11-10";
    src = fetchFromGitHub {
      owner = "ekickx";
      repo = "clipboard-image.nvim";
      rev = "d1550dc26729b7954f95269952e90471b838fa25";
      sha256 = "0lq13rscsnjglnbynisz4fmsh4xzn12lisgjk9cm61sjg9pw6yl9";
    };
    meta.homepage = "https://github.com/ekickx/clipboard-image.nvim/";
  };

  cmd-parser-nvim = buildVimPluginFrom2Nix {
    pname = "cmd-parser.nvim";
    version = "2022-02-23";
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ https://github.com/xavierd/clang_complete/,,
https://github.com/p00f/clangd_extensions.nvim/,HEAD,
https://github.com/rhysd/clever-f.vim/,,
https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,,
https://github.com/winston0410/cmd-parser.nvim/,,
https://github.com/hrsh7th/cmp-buffer/,,
https://github.com/hrsh7th/cmp-calc/,,