Skip to content

Commit 620f1df

Browse files
committed
Use proper incantation
1 parent e481ba8 commit 620f1df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dot_config/nvim/lua/plugins/lsp.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ return {
4040
[vim.diagnostic.severity.HINT] = "",
4141
},
4242
},
43-
inlay_hints = false,
43+
inlay_hints = {
44+
enabled = false,
45+
},
4446
virtual_text = false,
4547
float = {
4648
border = "rounded",

0 commit comments

Comments
 (0)