Fix relatedfiles

This commit is contained in:
Christian Nieves
2023-07-14 15:16:35 -05:00
parent ff24d719b1
commit fb83c79450
8 changed files with 161 additions and 137 deletions

View File

@ -44,6 +44,7 @@ return {
configs.ast_grep = {
default_config = {
cmd = { "sg", "lsp" },
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",
@ -70,6 +71,7 @@ return {
"--tooltag=nvim-cmp",
"--forward_sync_responses",
},
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",
@ -98,6 +100,7 @@ return {
"--lint_on_save=false",
"--max_qps=10",
},
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",