Skip to content

Commit

Permalink
add config example for coc.nvim users
Browse files Browse the repository at this point in the history
  • Loading branch information
tanloong committed Jun 11, 2024
1 parent d760547 commit a9fdd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
}
}
}
Expand Down

0 comments on commit a9fdd62

Please sign in to comment.