diff options
author | Abouzar Parvan <[email protected]> | 2021-07-12 14:31:19 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-12 14:31:19 +0430 |
commit | 384ef7fa253b3a43715b56dbfb2b2fe89e0edeff (patch) | |
tree | 946a6efd8f4233a656d1ef370bcfcacc7d655425 /utils/installer/lv-config.example.lua | |
parent | 99be32d0cef927a1a6dd80faf0559447f38274c0 (diff) |
Update lv-config.example.lua
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 82bac89c..263b3316 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -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 |