From ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 3 Jul 2021 14:45:08 -0700 Subject: ci: lint and format with stylua --- lua/lspconfig/bashls.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lua/lspconfig/bashls.lua') diff --git a/lua/lspconfig/bashls.lua b/lua/lspconfig/bashls.lua index 2f87d7e0..5990f104 100644 --- a/lua/lspconfig/bashls.lua +++ b/lua/lspconfig/bashls.lua @@ -1,31 +1,31 @@ -local configs = require 'lspconfig/configs' -local util = require 'lspconfig/util' +local configs = require "lspconfig/configs" +local util = require "lspconfig/util" 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"}; - root_dir = util.path.dirname; - }; + filetypes = { "sh" }, + root_dir = util.path.dirname, + }, docs = { description = [[ https://github.com/mads-hartmann/bash-language-server Language server for bash, written using tree sitter in typescript. -]]; +]], default_config = { - root_dir = "vim's starting directory"; - }; - }; -}; + root_dir = "vim's starting directory", + }, + }, +} -- vim:et ts=2 sw=2 -- cgit v1.2.3-70-g09d2