Merge remote-tracking branch 'lenormf/fix-rust-formatcmd'

This commit is contained in:
Maxime Coste 2019-11-17 10:41:47 +11:00
commit 7368678e26

View File

@ -25,14 +25,6 @@ hook -group rust-highlight global WinSetOption filetype=rust %{
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/rust }
}
# Configuration
# ‾‾‾‾‾‾‾‾‾‾‾‾‾
hook global WinSetOption filetype=rust %{
set window formatcmd 'rustfmt'
}
provide-module rust %§
# Highlighters