vimPlugins.texpresso-vim: init at 2024-03-08 (#299188)

This commit is contained in:
Nick Hu 2024-03-27 16:38:28 +00:00 committed by GitHub
parent a199cd1dbd
commit 78ef469550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -16985,6 +16985,18 @@ final: prev:
meta.homepage = "https://github.com/samodostal/image.nvim/";
};
texpresso-vim = buildVimPlugin {
pname = "texpresso.vim";
version = "2024-03-08";
src = fetchFromGitHub {
owner = "let-def";
repo = "texpresso.vim";
rev = "04816dcdddc27e6c50fc2a4faff0ef1675a7ee8e";
sha256 = "08lzl0g1b287agscd345yg9cmxsj2vlbg83s1mgsa13qn81y6jga";
};
meta.homepage = "https://github.com/let-def/texpresso.vim/";
};
tinykeymap = buildVimPlugin {
pname = "tinykeymap";
version = "2024-02-17";

View File

@ -901,6 +901,7 @@ https://github.com/wincent/terminus/,,
https://github.com/oberblastmeister/termwrapper.nvim/,,
https://github.com/ternjs/tern_for_vim/,,
https://github.com/KeitaNakamura/tex-conceal.vim/,,
https://github.com/let-def/texpresso.vim/,HEAD,
https://github.com/johmsalas/text-case.nvim/,HEAD,
https://github.com/ron89/thesaurus_query.vim/,,
https://github.com/itchyny/thumbnail.vim/,,