languages/yaml: Init (#676)

This commit is contained in:
MaxMur 2025-03-02 16:59:32 +03:00 committed by GitHub
commit 0fdfb9bf3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 0 deletions

View file

@ -192,3 +192,7 @@
- Add formatters for go: [gofmt](https://go.dev/blog/gofmt),
[golines](https://github.com/segmentio/golines) and
[gofumpt](https://github.com/mvdan/gofumpt)
[MaxMur](https://github.com/TheMaxMur)
- Add YAML support under `vim.languages.yaml`.