diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 4557fb16c4f3..4636ea0e2ca1 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1423,6 +1423,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + blink-cmp-conventional-commits = buildVimPlugin { + pname = "blink-cmp-conventional-commits"; + version = "2025-02-18"; + src = fetchFromGitHub { + owner = "disrupted"; + repo = "blink-cmp-conventional-commits"; + rev = "e7ce3ddcc6d4044067d6d77ab41d480202e814ad"; + sha256 = "0m72nyg3pm1ig04hvch6lzd4hy77dnmdxxmbq154qwkjhbm0bs6m"; + }; + meta.homepage = "https://github.com/disrupted/blink-cmp-conventional-commits/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-copilot = buildVimPlugin { pname = "blink-cmp-copilot"; version = "2025-02-21"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 5b0c01d547d7..7714d02d7bf9 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -108,6 +108,7 @@ https://github.com/rbgrouleff/bclose.vim/,, https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/APZelos/blamer.nvim/,HEAD, +https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD, https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,