summarylogtreecommitdiffstats
path: root/post_install.install
blob: 687a2137aad7f2d2bbc89c9581876bd861b8c1d2 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash

post_install() {
    echo "Remember to install the VSCodium Extension and configure the settings in 'settings.json'"
    echo "Extension is in '/usr/share/typst-languagetool-lsp-git/generic-lsp-0.0.1.vsix'"
    echo "Install with 'vscodium --install-extension /usr/share/typst-languagetool-lsp-git/generic-lsp-0.0.1.vsix'"
    echo "Example settings in '/usr/share/typst-languagetool-lsp-git/settings.json'"
}