mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
vimPlugins.typst-conceal-vim: init at 2023-10-13
This commit is contained in:
parent
630d2ec830
commit
cfb63cdd1a
2 changed files with 13 additions and 0 deletions
|
@ -18815,4 +18815,16 @@ final: prev:
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/evesdropper/luasnip-latex-snippets.nvim/";
|
meta.homepage = "https://github.com/evesdropper/luasnip-latex-snippets.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typst-conceal-vim = buildVimPlugin {
|
||||||
|
pname = "typst-conceal.vim";
|
||||||
|
version = "2023-10-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "MrPicklePinosaur";
|
||||||
|
repo = "typst-conceal.vim";
|
||||||
|
rev = "b8862f2d5a015b838e4a0d361f30423c45e23425";
|
||||||
|
sha256 = "UHEVhlV/1cq6jaMhNNookeGPtHvSwy1AKLvb8FR6Rro=";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/MrPicklePinosaur/typst-conceal.vim/";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1060,6 +1060,7 @@ https://github.com/folke/twilight.nvim/,,
|
||||||
https://github.com/pmizio/typescript-tools.nvim/,,
|
https://github.com/pmizio/typescript-tools.nvim/,,
|
||||||
https://github.com/leafgarland/typescript-vim/,,
|
https://github.com/leafgarland/typescript-vim/,,
|
||||||
https://github.com/jose-elias-alvarez/typescript.nvim/,,
|
https://github.com/jose-elias-alvarez/typescript.nvim/,,
|
||||||
|
https://github.com/MrPicklePinosaur/typst-conceal.vim/,HEAD,
|
||||||
https://github.com/kaarmu/typst.vim/,HEAD,
|
https://github.com/kaarmu/typst.vim/,HEAD,
|
||||||
https://github.com/nvchad/ui/,HEAD,nvchad-ui
|
https://github.com/nvchad/ui/,HEAD,nvchad-ui
|
||||||
https://github.com/altermo/ultimate-autopair.nvim/,HEAD,
|
https://github.com/altermo/ultimate-autopair.nvim/,HEAD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue