I have the following in my config
vim.diagnostic.config {
virtual_text = false,
underline = false,
update_in_insert = false,
float = {
focusable = false,
style = 'minimal',
border = 'rounded',
header = '',
prefix = '',
},
}
which works as expected. I’d like to enable the virtual_text
and underline
for certain LSP specifically though. Is there a way to specific the config per LSP?