aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9ff11d57..87922bdf 100644
--- a/lsp/ast_grep.lua
+++ b/lsp/ast_grep.lua
@@ -9,6 +9,7 @@
--- ```
return {
cmd = { 'ast-grep', 'lsp' },
+ workspace_required = true,
filetypes = { -- https://ast-grep.github.io/reference/languages.html
'c',
'cpp',