¯\_(ツ)_/¯

This commit is contained in:
Josh Patra
2024-03-24 02:42:28 -04:00
parent 23e1907667
commit 3d1de53406

View File

@@ -130,22 +130,10 @@ return {
"--all-scopes-completion", "--all-scopes-completion",
"--pretty", "--pretty",
"--header-insertion=iwyu", "--header-insertion=iwyu",
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 200 }", "--fallback-style={ BasedOnStyle: LLVM, ColumnLimit: 200 }",
"-j=12", "-j=12",
"--header-insertion-decorators", "--header-insertion-decorators",
}, },
settings = {
["clangd"] = {
["inlayHints"] = {
["parameterNames"] = {
["enabled"] = true,
},
["deducedTypes"] = {
["enabled"] = true,
},
},
},
},
root_dir = function(fname) root_dir = function(fname)
return require("lspconfig.util").root_pattern( return require("lspconfig.util").root_pattern(
"Makefile", "Makefile",