ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

LSP-Tinymist

by sublimelsp ST4

Typst support for Sublime's LSP plugin using the Tinymist language server

Labels lsp, typst

Details

  • 1.13.0
  • github.​com
  • github.​com
  • 1 month ago
  • 42 minutes ago
  • 11 months ago

Installs

  • Total 438
  • Win 153
  • Mac 141
  • Linux 144
Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23
Windows 0 0 0 0 1 1 1 1 0 0 1 3 0 0 1 0 1 2 0 0 0 2 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 3 1 0 0 1 1 0
Mac 2 5 0 1 1 0 1 2 3 1 1 0 1 0 0 0 1 0 1 1 0 0 1 3 0 2 1 1 0 1 0 0 1 1 0 0 1 1 1 2 0 3 1 0 0
Linux 0 0 0 1 1 0 1 2 0 0 1 1 0 0 0 1 1 1 1 0 1 1 2 0 0 2 0 0 3 0 0 2 0 0 1 0 1 0 1 1 0 0 2 2 1

Readme

Source
raw.​githubusercontent.​com

LSP-Tinymist

License

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.math to 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.