取消内联提示。

This commit is contained in:
2025-11-24 21:42:54 +08:00
parent 2585ca3f44
commit e92c4eb93f
2 changed files with 10 additions and 7 deletions

View File

@@ -6,6 +6,9 @@ return {
{ "mason-org/mason-lspconfig.nvim", config = function() end },
},
opts = {
inlay_hints = {
enabled = false,
},
servers = {
-- Ensure mason installs the server
clangd = {
@@ -18,8 +21,8 @@ return {
"--compile-commands-dir=build",
"--clang-tidy",
"--background-index",
"--completion-style=detailed",
"--function-arg-placeholders=false"
"--completion-style=bundled",
"--function-arg-placeholders=false",
},
},
},