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/erlangls.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/lspconfig/erlangls.lua') diff --git a/lua/lspconfig/erlangls.lua b/lua/lspconfig/erlangls.lua index d8e3703e..a161a194 100644 --- a/lua/lspconfig/erlangls.lua +++ b/lua/lspconfig/erlangls.lua @@ -1,12 +1,12 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' configs.erlangls = { default_config = { - cmd = { "erlang_ls" }, - filetypes = { "erlang" }, + cmd = { 'erlang_ls' }, + filetypes = { 'erlang' }, root_dir = function(fname) - return util.root_pattern("rebar.config", "erlang.mk", ".git")(fname) or util.path.dirname(fname) + return util.root_pattern('rebar.config', 'erlang.mk', '.git')(fname) or util.path.dirname(fname) end, }, docs = { -- cgit v1.2.3-70-g09d2