aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/ast_grep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/configs/ast_grep.lua')
-rw-r--r--lua/lspconfig/configs/ast_grep.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/ast_grep.lua b/lua/lspconfig/configs/ast_grep.lua
index 35b01897..b93e6002 100644
--- a/lua/lspconfig/configs/ast_grep.lua
+++ b/lua/lspconfig/configs/ast_grep.lua
@@ -30,8 +30,5 @@ ast-grep LSP only works in projects that have `sgconfig.y[a]ml` in their root di
npm install [-g] @ast-grep/cli
```
]],
- default_config = {
- root_dir = [[root_pattern('sgconfig.yaml', 'sgconfig.yml')]],
- },
},
}