From 737739015f55b8a6af8a9b0482d688bcc94c53cc Mon Sep 17 00:00:00 2001 From: Peter Lithammer Date: Tue, 8 Mar 2022 10:20:29 +0100 Subject: style(teal_ls): fix indentation and single quotes --- lua/lspconfig/server_configurations/teal_ls.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/teal_ls.lua b/lua/lspconfig/server_configurations/teal_ls.lua index 23322d09..b554adda 100644 --- a/lua/lspconfig/server_configurations/teal_ls.lua +++ b/lua/lspconfig/server_configurations/teal_ls.lua @@ -2,16 +2,16 @@ local util = require 'lspconfig.util' return { default_config = { - cmd = { - "teal-language-server", - -- use this to enable logging in /tmp/teal-language-server.log - -- "logging=on", - }, - filetypes = { - "teal", - -- "lua", -- Also works for lua, but you may get type errors that cannot be resolved within lua itself - }, - root_dir = util.root_pattern("tlconfig.lua", ".git"), + cmd = { + 'teal-language-server', + -- use this to enable logging in /tmp/teal-language-server.log + -- "logging=on", + }, + filetypes = { + 'teal', + -- "lua", -- Also works for lua, but you may get type errors that cannot be resolved within lua itself + }, + root_dir = util.root_pattern('tlconfig.lua', '.git'), }, docs = { description = [[ @@ -25,5 +25,5 @@ luarocks install --dev teal-language-server default_config = { root_dir = [[root_pattern("tlconfig.lua", ".git")]], }, - } + }, } -- cgit v1.2.3-70-g09d2