From d35e598a1c09a392ce2da7fabd1e39ca4955fa30 Mon Sep 17 00:00:00 2001 From: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:02:55 -0700 Subject: fix: remove single file support for ast-grep (#3072) ast-grep requires a project setup like sgconfig.yml. Otherwise it will report an error. This fix removes the single_file_support option. --- lua/lspconfig/server_configurations/ast_grep.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/ast_grep.lua b/lua/lspconfig/server_configurations/ast_grep.lua index 8892eafa..35b01897 100644 --- a/lua/lspconfig/server_configurations/ast_grep.lua +++ b/lua/lspconfig/server_configurations/ast_grep.lua @@ -19,7 +19,6 @@ return { 'lua', }, root_dir = util.root_pattern('sgconfig.yaml', 'sgconfig.yml'), - single_file_support = true, }, docs = { description = [[ -- cgit v1.2.3-70-g09d2