vimPlugins.blink-cmp-latex: init at 2025-05-30

Add <https://github.com/erooke/blink-cmp-latex>, which is a source for
blink.cmp that adds completion of latex commands as unicode or raw
commands.
This commit is contained in:
Johan Larsson
2025-08-18 10:53:39 +02:00
parent 7b268bf92e
commit c14a9e0de7
2 changed files with 14 additions and 0 deletions
@@ -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";
@@ -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,