mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 10:38:44 -04:00
¯\_(ツ)_/¯
This commit is contained in:
@@ -130,22 +130,10 @@ return {
|
||||
"--all-scopes-completion",
|
||||
"--pretty",
|
||||
"--header-insertion=iwyu",
|
||||
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 200 }",
|
||||
"--fallback-style={ BasedOnStyle: LLVM, ColumnLimit: 200 }",
|
||||
"-j=12",
|
||||
"--header-insertion-decorators",
|
||||
},
|
||||
settings = {
|
||||
["clangd"] = {
|
||||
["inlayHints"] = {
|
||||
["parameterNames"] = {
|
||||
["enabled"] = true,
|
||||
},
|
||||
["deducedTypes"] = {
|
||||
["enabled"] = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
root_dir = function(fname)
|
||||
return require("lspconfig.util").root_pattern(
|
||||
"Makefile",
|
||||
|
Reference in New Issue
Block a user