bugfix: remove double quotes from scala config

This commit is contained in:
Abouzar Parvan 2021-09-10 13:16:23 +04:30 committed by GitHub
parent 38f53bf08c
commit 23f535666e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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