diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 252cd0c55ebc..11f66e8a5d53 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 2134e6b4f210..d8eca1c8b07a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,