Skip to content

Show Diagnostic Messages Inline #97

Answered by VonHeikemen
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

I think you are looking for "virtual text". You can enable it using vim.diagnostic.config.

local lsp = require('lsp-zero')
lsp.preset('recommended')

lsp.setup()

vim.diagnostic.config({
  virtual_text = true,
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant