From fe48ed9ef9de8da8b9fbf7f82f8e0af1758581a4 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 17 Jul 2021 02:56:29 +0430 Subject: add scala and sbt support (#986) --- utils/installer/lv-config.example.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/installer/lv-config.example.lua') 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 -- cgit v1.2.3