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/dotls.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lua/lspconfig/dotls.lua') diff --git a/lua/lspconfig/dotls.lua b/lua/lspconfig/dotls.lua index 90ddde7e..6bd47f0c 100644 --- a/lua/lspconfig/dotls.lua +++ b/lua/lspconfig/dotls.lua @@ -1,17 +1,17 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' -local server_name = "dotls" -local bin_name = "dot-language-server" +local server_name = 'dotls' +local bin_name = 'dot-language-server' local root_files = { - ".git", + '.git', } configs[server_name] = { default_config = { - cmd = { bin_name, "--stdio" }, - filetypes = { "dot" }, + cmd = { bin_name, '--stdio' }, + filetypes = { 'dot' }, root_dir = function(filename) return util.root_pattern(unpack(root_files))(filename) or util.path.dirname(filename) end, -- cgit v1.2.3-70-g09d2