aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/teal_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/teal_ls.lua')
-rw-r--r--lsp/teal_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/teal_ls.lua b/lsp/teal_ls.lua
index 79c03679..c3242227 100644
--- a/lsp/teal_ls.lua
+++ b/lsp/teal_ls.lua
@@ -11,6 +11,7 @@
--- * "--log-mode=by_date" - Enable logging in $HOME/.cache/teal-language-server. Log name will be date + pid of process
--- * "--log-mode=by_proj_path" - Enable logging in $HOME/.cache/teal-language-server. Log name will be project path + pid of process
--- * "--verbose=true" - Increases log level. Does nothing unless log-mode is set
+---@type vim.lsp.Config
return {
cmd = {
'teal-language-server',