-
Notifications
You must be signed in to change notification settings - Fork 75
add config example for coc.nvim
users
#506
base: master
Are you sure you want to change the base?
Conversation
This PR runs into same situation as #497, however, I don't quite know how to solve these error :(. |
this PR didn't touch FileIdExt so it seems like a problem on typst-lsp 's part tbh |
This PR has been open for a while. As @astrale-sharp mentioned, it doesn't change the code and isn't the cause for the failed CI checks. It's straightforward and suits the convenience for coc users. Hope we can merge it. |
@tanloong |
@jfab20 |
Thanks! Like this right?
I do get highlighting although it is quite minimal, for example neither headings nor math get syntax highlighting, like this: Is this how it is supposed to be? |
@jfab20 |
Any chance to get it merged? |
I am not the first one configuring
typst-lsp
in coc, @ysl2 has already been trying as in #422, but that issue was closed without a resolution. The original coc languageserver config propertyinitializationOptions
is marked as deprecated and now we should usesettings
.