From a9fdd62c40f20679465203e7e0159a3c27f91fd6 Mon Sep 17 00:00:00 2001 From: Tan Long Date: Wed, 12 Jun 2024 04:39:20 +0800 Subject: [PATCH] add config example for coc.nvim users --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"} } } }