npm.io
0.0.1 • Published 2 years ago

coc-typst

Licence
Apache-2.0 OR MIT
Version
0.0.1
Deps
0
Size
17 kB
Vulns
0
Weekly
0

Typst LSP VS Code Extension

Ported from vscode-typst.

Install

" command line
CocInstall coc-typst
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-typst', 'other coc-plugins']

A VS Code extension for Typst.

Features

  • Syntax highlighting, error reporting, code completion, and function signature help
  • Compiles to PDF on save (configurable to as-you-type, or can be disabled)

Usage Tips

  • This extension compiles to PDF, but it doesn't have a PDF viewer yet. To view the output as you work, install a PDF viewer extension, such as vscode-pdf.
  • To configure when PDFs are compiled:
    1. Open settings
      • File -> Preferences -> Settings (Linux, Windows)
      • Code -> Preferences -> Settings (Mac)
    2. Search for "Typst Export PDF"
    3. Change the Export PDF setting
      • onSave makes a PDF after saving the Typst file
      • onType makes PDF files live, as you type
      • never disables PDF compilation

Technical

The extension uses Typst LSP on the backend.