Skip to content

Commit 1698438

Browse files
tarebyteclaude
andcommitted
Move inlay_hints opt to top level of lspconfig
Nested under `diagnostics` it was silently ignored; LazyVim reads `inlay_hints` from the top of the nvim-lspconfig opts table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 620f1df commit 1698438

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dot_config/nvim/lua/plugins/lsp.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ return {
3131
{
3232
"neovim/nvim-lspconfig",
3333
opts = {
34+
inlay_hints = { enabled = false },
3435
diagnostics = {
3536
signs = {
3637
text = {
@@ -40,9 +41,6 @@ return {
4041
[vim.diagnostic.severity.HINT] = "",
4142
},
4243
},
43-
inlay_hints = {
44-
enabled = false,
45-
},
4644
virtual_text = false,
4745
float = {
4846
border = "rounded",

0 commit comments

Comments
 (0)