Search Criteria
Package Details: typst-languagetool-lsp-git 0.89.0b4d4f9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/typst-languagetool-lsp-git.git (read-only, click to copy) |
---|---|
Package Base: | typst-languagetool-lsp-git |
Description: | Spellcheck typst files with LanguageTool and VSCodium. |
Upstream URL: | https://github.com/antonWetzel/typst-languagetool |
Licenses: | MIT |
Conflicts: | typst-languagetool-lsp |
Provides: | typst-languagetool-lsp |
Submitter: | coldBug |
Maintainer: | coldBug |
Last Packager: | coldBug |
Votes: | 2 |
Popularity: | 0.21 |
First Submitted: | 2024-07-16 09:51 (UTC) |
Last Updated: | 2025-03-03 14:48 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
nando commented on 2025-03-25 22:25 (UTC)
It would make sense to include the 'bundle' feature as this is a common use case for people who want offline spellchecking without setting up a server (
cargo build --frozen --release --features=server,bundle
)coldBug commented on 2025-03-03 14:49 (UTC)
done
kiwi42 commented on 2025-03-03 13:53 (UTC)
Newer versions don't build. Please replace
cargo build --frozen --release --features=remote-server
withcargo build --frozen --release --features=server
in the build function.