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
  • 4 weeks ago
  • 33 minutes ago
  • 10 months ago

Installs

  • Total 407
  • Win 144
  • Mac 130
  • Linux 133
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 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2
Windows 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 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 2
Mac 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 0 0 2 0 0 1 1 0 0 0 0 0 0 0 2 0 3 0 2 0 1
Linux 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 0 0 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 1 0 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.