You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to add customizations to coc-settings.json? Looking around the docs for coc.nvim and it doesn't seem like there's a way to merge any additional config except the :CocLocalConfig, which is working directory based and so not so ideal.
I did find this issue which seems like it could solve our problems if it existed as a feature though: neoclide/coc.nvim#2996
The text was updated successfully, but these errors were encountered:
Yeah, I think it's on coc to have this feature. Depending on what you're trying to do you may be able to override some stuff via vim script. Or if it's something non-controversial we can consider putting it in the defaults. But other than that I don't know if there's much we can do.
Yeah, I was looking to do some experimentation with the yaml LSP and doing some crazy OpenAPI completion stuff, but never got it to work well enough to suggest adding it 😄
Is there any way to add customizations to coc-settings.json? Looking around the docs for coc.nvim and it doesn't seem like there's a way to merge any additional config except the
:CocLocalConfig
, which is working directory based and so not so ideal.I did find this issue which seems like it could solve our problems if it existed as a feature though: neoclide/coc.nvim#2996
The text was updated successfully, but these errors were encountered: