mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
Update lv-config.example.lua
This commit is contained in:
parent
99be32d0ce
commit
384ef7fa25
1 changed files with 4 additions and 4 deletions
|
@ -48,10 +48,10 @@ O.lang.python.analysis.use_library_code_types = true
|
|||
O.lang.tsserver.linter = nil
|
||||
|
||||
-- rust
|
||||
O.lang.rust.formatter = {
|
||||
exe = "rustfmt",
|
||||
args = {"--emit=stdout", "--edition=2018"},
|
||||
}
|
||||
-- O.lang.rust.formatter = {
|
||||
-- exe = "rustfmt",
|
||||
-- args = {"--emit=stdout", "--edition=2018"},
|
||||
-- }
|
||||
|
||||
-- latex
|
||||
-- O.lang.latex.auto_save = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue