Fix relatedfiles

This commit is contained in:
Christian Nieves
2023-07-19 10:50:32 -05:00
parent 315bbb3e65
commit d2301f54fc
8 changed files with 159 additions and 136 deletions

View File

@ -60,6 +60,7 @@ return {
configs.ast_grep = {
default_config = {
cmd = { "sg", "lsp" },
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",
@ -86,6 +87,7 @@ return {
"--tooltag=nvim-cmp",
"--forward_sync_responses",
},
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",
@ -114,6 +116,7 @@ return {
"--lint_on_save=false",
"--max_qps=10",
},
offset_encoding = "utf-8",
filetypes = {
"c",
"cpp",