aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ast_grep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ast_grep.lua')
-rw-r--r--lsp/ast_grep.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ast_grep.lua b/lsp/ast_grep.lua
index 6ba3d7ce..0a22693d 100644
--- a/lsp/ast_grep.lua
+++ b/lsp/ast_grep.lua
@@ -7,6 +7,7 @@
--- ```sh
--- npm install [-g] @ast-grep/cli
--- ```
+---@type vim.lsp.Config
return {
cmd = { 'ast-grep', 'lsp' },
workspace_required = true,