LSP-Tinymist
Typst support for Sublime's LSP plugin using the Tinymist language server
Details
Installs
- Total 79
- Win 31
- Mac 25
- Linux 23
| Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 2 | 0 | 1 | 1 | 1 | 1 | 2 | 0 | 0 | 0 | 1 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 |
| Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
LSP-Tinymist
A plugin for the LSP client in Sublime Text with support for the Tinymist language server for Typst.
Installation
Install the Typst package for syntax highlighting, and the LSP and LSP-Tinymist packages from Package Control. The language server executable is downloaded automatically when you open a Typst file and it is updated with new releases of this package.
Configuration
Some configuration options are available in the package settings which can be opened using the Preferences: LSP-Tinymist Settings command from the command palette.
[!TIP] To improve auto-completions in math mode, add the scope
text.typst markup.mathto the global"auto_complete_selector"setting (Preferences: Settings from the command palette) or in the syntax-specific settings (Preferences: Settings - Syntax Specific).
Working with Multiple-Files Projects
Tinymist doesn't automatically know the main file of a multiple-files project. You can explicitly pin the active Typst file as the main file using the command LSP-Tinymist: Pin Main File from the command palette.