someone-stole-my-name / yaml-companion.nvim

Get, set and autodetect YAML schemas in your buffers.
MIT License
221 stars 17 forks source link

Helm? #21

Closed curtbushko closed 1 year ago

curtbushko commented 1 year ago

Would it be possible to add a helm schema that is similar to kubernetes?

someone-stole-my-name commented 1 year ago

Assuming you are talking about templates? You'd have to create a parser to format the contents of the buffer to valid YAML and lint, autocomplete...etc based of that document, then translate the results back into the real buffer content.