Oliver Neubauer
Results
3
comments of
Oliver Neubauer
hello, :wave: Wondering if there is any movement on this? We are also in need of having a `timezone` definable in the element.
Also, it might be necessary to add yaml to treesitter: ``` require 'nvim-treesitter.configs'.setup { ensure_installed = { "yaml"}, } ```
:wave: Hi, I have a working patch for yaml. I don't know if it's 100% comprehensive, but it works well enough for me (displays maps and lists appropriately) Happy to...