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/bashls.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/lspconfig/bashls.lua') diff --git a/lua/lspconfig/bashls.lua b/lua/lspconfig/bashls.lua index 5990f104..22452d31 100644 --- a/lua/lspconfig/bashls.lua +++ b/lua/lspconfig/bashls.lua @@ -1,19 +1,19 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' -local server_name = "bashls" +local server_name = 'bashls' configs[server_name] = { default_config = { - cmd = { "bash-language-server", "start" }, + cmd = { 'bash-language-server', 'start' }, cmd_env = { -- Prevent recursive scanning which will cause issues when opening a file -- directly in the home directory (e.g. ~/foo.sh). -- -- Default upstream pattern is "**/*@(.sh|.inc|.bash|.command)". - GLOB_PATTERN = vim.env.GLOB_PATTERN or "*@(.sh|.inc|.bash|.command)", + GLOB_PATTERN = vim.env.GLOB_PATTERN or '*@(.sh|.inc|.bash|.command)', }, - filetypes = { "sh" }, + filetypes = { 'sh' }, root_dir = util.path.dirname, }, docs = { -- cgit v1.2.3-70-g09d2