Added --edition parameter to lv-config examples. (#890)

This commit is contained in:
Uzaaft 2021-07-12 11:59:36 +02:00 committed by GitHub
parent 1fbde6b563
commit 99be32d0ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ O.lang.tsserver.linter = nil
-- rust
O.lang.rust.formatter = {
exe = "rustfmt",
args = {"--emit=stdout"},
args = {"--emit=stdout", "--edition=2018"},
}
-- latex