79709678

Date: 2025-07-21 22:31:35
Score: 1
Natty:
Report link

If anyone else comes here and is using nvim-lspconfig then:

in lua/plugins/ add a file with this spec:

return {
  "neovim/nvim-lspconfig",
  opts = function(_, opts)
    opts.diagnostics.virtual_text = false
    return opts
  end,
}

That did it for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: George Hill