yamllint.vim 357 B

1234567891011121314151617
  1. " Vim compiler file
  2. " Compiler: Yamllint for YAML
  3. " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
  4. " Last Change: 2021 July 21
  5. if exists("current_compiler")
  6. finish
  7. endif
  8. let current_compiler = "yamllint"
  9. if exists(":CompilerSet") != 2
  10. command -nargs=* CompilerSet setlocal <args>
  11. endif
  12. CompilerSet makeprg=yamllint\ -f\ parsable