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

vimPlugins.clipboard-image-nvim: init at 2022-11-10
This commit is contained in:
figsoda 2023-03-17 10:01:03 -04:00 committed by GitHub
commit 19f6505f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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/,,