取消内联提示。
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user