mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
¯\_(ツ)_/¯
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user