diff options
Diffstat (limited to 'lua/lspconfig/server_configurations/teal_ls.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/teal_ls.lua | 22 |
1 files changed, 11 insertions, 11 deletions
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")]], }, - } + }, } |
