We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e481ba8 commit 620f1dfCopy full SHA for 620f1df
1 file changed
dot_config/nvim/lua/plugins/lsp.lua
@@ -40,7 +40,9 @@ return {
40
[vim.diagnostic.severity.HINT] = "▎",
41
},
42
43
- inlay_hints = false,
+ inlay_hints = {
44
+ enabled = false,
45
+ },
46
virtual_text = false,
47
float = {
48
border = "rounded",
0 commit comments