SeniorMars / typst.nvim

WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim.
Apache License 2.0
141 stars 2 forks source link

[fix] check out Cargo.lock #3

Closed MangoIV closed 2 months ago

MangoIV commented 1 year ago

Hi, as you're not a "library that other will depend on", it is recommended to check out the Cargo.lock file, and I actually do require it to get a reproducible build when packaging your extension with nix.

Thanks in advance.