add sbt as a suggested filetype for scalafmt fixer

This commit is contained in:
StephenWithPH 2020-10-19 09:47:54 -07:00
parent 557a1ed5da
commit af5a8e1abf
No known key found for this signature in database
GPG Key ID: 00D80E6A83C90F2C
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ let s:default_registry = {
\ },
\ 'scalafmt': {
\ 'function': 'ale#fixers#scalafmt#Fix',
\ 'suggested_filetypes': ['scala'],
\ 'suggested_filetypes': ['sbt', 'scala'],
\ 'description': 'Fix Scala files using scalafmt',
\ },
\ 'sorbet': {