diff --git a/README.md b/README.md index abc60f4..54b27bb 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,8 @@ Run `CocConfig` to edit the settings so that `coc.nvim` could offer functions su "languageserver": { "typst": { "command": "typst-lsp", - "filetypes": ["typst"] + "filetypes": ["typst"], + "settings": {"exportPdf": "onType"} } } }