From c14a9e0de7ad6a141d4cadcbef0811c8dc2ec854 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 18 Aug 2025 10:34:03 +0200 Subject: [PATCH] vimPlugins.blink-cmp-latex: init at 2025-05-30 Add , which is a source for blink.cmp that adds completion of latex commands as unicode or raw commands. --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 6648b3d01054..6ae640a71af7 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1570,6 +1570,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-cmp-latex = buildVimPlugin { + pname = "blink-cmp-latex"; + version = "2025-05-30"; + src = fetchFromGitHub { + owner = "erooke"; + repo = "blink-cmp-latex"; + rev = "3a958361e275bb5996e8393e7b2595b2f40c15ca"; + sha256 = "1f761ljnlngql4vj5hdjbdrdrshl1xg2lj46a485in84f8lg5gdq"; + }; + meta.homepage = "https://github.com/erooke/blink-cmp-latex/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-npm-nvim = buildVimPlugin { pname = "blink-cmp-npm.nvim"; version = "2025-05-18"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 7d40d88509d8..9dda274b3570 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -119,6 +119,7 @@ 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, +https://github.com/erooke/blink-cmp-latex/,HEAD, https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, https://github.com/archie-judd/blink-cmp-words/,HEAD,