update
parent
ee9084ac91
commit
dbfd7bfb7d
@ -1,11 +0,0 @@
|
||||
return {
|
||||
{
|
||||
'dgagn/diagflow.nvim',
|
||||
-- event = 'LspAttach', This is what I use personnally and it works great
|
||||
opts = {
|
||||
placement = 'inline',
|
||||
scope = 'cursor', -- 'cursor', 'line' this changes the scope, so instead of showing errors under the cursor, it shows errors on the entire line.
|
||||
inline_padding_left = 3,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue