This commit is contained in:
Christian Nieves
2023-07-19 19:21:00 -05:00
parent 15495c4924
commit 7586fdd3a4

View File

@ -57,28 +57,6 @@ return {
}) })
end end
configs.ast_grep = {
default_config = {
cmd = { "sg", "lsp" },
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",
"java",
"kotlin",
"objc",
"proto",
"textproto",
"go",
"python",
"bzl",
"typescript",
},
single_file_support = true,
root_dir = lspconfig.util.root_pattern("BUILD", ".git", "sgconfig.yml"),
},
}
if use_google() then if use_google() then
configs.ciderlsp = { configs.ciderlsp = {
default_config = { default_config = {