Bea Hughes
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" ] } }...
what path is it set to? `"/*.yaml"`
no idea how YAML will handle the bare string, so try quoting it in `"`?
 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.