meep
This commit is contained in:
@ -57,28 +57,6 @@ return {
|
||||
})
|
||||
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
|
||||
configs.ciderlsp = {
|
||||
default_config = {
|
||||
|
Reference in New Issue
Block a user