Browse Source

bugfix: remove double quotes from scala config

Abouzar Parvan 3 years ago
parent
commit
23f535666e
1 changed files with 1 additions and 1 deletions
  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 = {},