Don't set formatcmd in the syntax file

This commit is contained in:
lePerdu 2019-11-11 08:14:18 -05:00
parent a805844e20
commit c5fad3cab6

View File

@ -25,10 +25,6 @@ hook -group elm-highlight global WinSetOption filetype=elm %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/elm }
}
hook global WinSetOption filetype=elm %{
set-option window formatcmd 'elm-format --stdin'
}
provide-module elm %[