fix: correct suggested filetype for yamlfix

This commit is contained in:
Lyz 2020-11-26 12:42:50 +01:00
parent c69d696e1b
commit 12eb8d1523
No known key found for this signature in database
GPG Key ID: 6C7D7C1612CDE02F
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ let s:default_registry = {
\ },
\ 'yamlfix': {
\ 'function': 'ale#fixers#yamlfix#Fix',
\ 'suggested_filetypes': ['python'],
\ 'suggested_filetypes': ['yaml'],
\ 'description': 'Fix yaml files with yamlfix.',
\ },
\ 'yapf': {