aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ballerina.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ballerina.lua')
-rw-r--r--lsp/ballerina.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ballerina.lua b/lsp/ballerina.lua
index 55d33698..84a00709 100644
--- a/lsp/ballerina.lua
+++ b/lsp/ballerina.lua
@@ -4,6 +4,7 @@
---
--- The Ballerina language's CLI tool comes with its own language server implementation.
--- The `bal` command line tool must be installed and available in your system's PATH.
+---@type vim.lsp.Config
return {
cmd = { 'bal', 'start-language-server' },
filetypes = { 'ballerina' },