Explorar o código

bugfix: remove double quotes from scala config

Abouzar Parvan %!s(int64=3) %!d(string=hai) anos
pai
achega
23f535666e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/config/defaults.lua

+ 1 - 1
lua/config/defaults.lua

@@ -916,7 +916,7 @@ lvim.lang = {
       --   args = {},
       -- },
     },
-    linters = { "" },
+    linters = {},
     lsp = {
       provider = "metals",
       setup = {},