mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Added --edition parameter to lv-config examples. (#890)
This commit is contained in:
parent
1fbde6b563
commit
99be32d0ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue