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

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': {