aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/gh_actions_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/gh_actions_ls.lua')
-rw-r--r--lsp/gh_actions_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/gh_actions_ls.lua b/lsp/gh_actions_ls.lua
index 62e3d9e7..2a9d8d7f 100644
--- a/lsp/gh_actions_ls.lua
+++ b/lsp/gh_actions_ls.lua
@@ -13,6 +13,7 @@
--- ```sh
--- npm install -g gh-actions-language-server
--- ```
+---@type vim.lsp.Config
return {
cmd = { 'gh-actions-language-server', '--stdio' },
filetypes = { 'yaml' },