diff options
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 45e7fbed..45bf4df8 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -47,11 +47,16 @@ O.lang.python.analysis.use_library_code_types = true O.lang.tsserver.linter = nil -- rust +-- O.lang.rust.rust_tools = true -- O.lang.rust.formatter = { -- exe = "rustfmt", -- args = {"--emit=stdout", "--edition=2018"}, -- } +-- scala +-- O.lang.scala.metals.active = true +-- O.lang.scala.metals.server_version = "0.10.2+33-c6441eb4-SNAPSHOT", + --LaTeX -- Options: https://github.com/latex-lsp/texlab/blob/master/docs/options.md O.lang.latex.active = true |