Bea Hughes

Results 5 comments of Bea Hughes

Did adding this JSON to your `:CocConfig` (`~/.vim/coc-settings.json` for me) work at all? It's vaguely working for me I think. ```json { "yaml.schemas": { "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.23.5-standalone-strict/all.json": [ "/*.yaml" ] } }...

no idea how YAML will handle the bare string, so try quoting it in `"`?

![Screenshot 2022-05-27 at 23 24 01](https://user-images.githubusercontent.com/39111/170813277-9362710b-fc45-434a-bae3-b34e1ed15c9f.png) is what I appear to have with: ```JSON { // https://github.com/dense-analysis/ale#faq-coc-nvim "diagnostic.displayByAle": true, // no idea if these even arent default. "yaml.completion": true, "yaml.format":...

I know this is a hotly debated "this fix doesn't work for everyone" topic, but this at least collates the two main camps in to one ugly workaround.