mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
vimPlugins.texpresso-vim: init at 2024-03-08 (#299188)
This commit is contained in:
parent
a199cd1dbd
commit
78ef469550
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user