From cd1ccf056be9cbcc3d5cbefff08135276bc476ed Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Tue, 13 Jul 2021 10:41:39 -0700 Subject: chore: change stylua to single quotes (#1068) --- lua/lspconfig/metals.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lua/lspconfig/metals.lua') diff --git a/lua/lspconfig/metals.lua b/lua/lspconfig/metals.lua index 7fcb187a..620b7323 100644 --- a/lua/lspconfig/metals.lua +++ b/lua/lspconfig/metals.lua @@ -1,16 +1,16 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" -local server_name = "metals" -local bin_name = "metals" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' +local server_name = 'metals' +local bin_name = 'metals' configs[server_name] = { default_config = { cmd = { bin_name }, - filetypes = { "scala" }, - root_dir = util.root_pattern("build.sbt", "build.sc", "build.gradle", "pom.xml"), + filetypes = { 'scala' }, + root_dir = util.root_pattern('build.sbt', 'build.sc', 'build.gradle', 'pom.xml'), message_level = vim.lsp.protocol.MessageType.Log, init_options = { - statusBarProvider = "show-message", + statusBarProvider = 'show-message', isHttpEnabled = true, compilerOptions = { snippetAutoIndent = false, -- cgit v1.2.3-70-g09d2