This commit is contained in:
Oliver Hartmann
2023-07-10 11:04:58 +02:00
3 changed files with 8 additions and 1 deletions

6
lua/plugins/diagflow.lua Normal file
View File

@ -0,0 +1,6 @@
return {
'dgagn/diagflow.nvim',
opts = {
scope = 'line'
}
}

View File

@ -330,7 +330,7 @@ return {
})
-- vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
-- vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
end,
event = 'VeryLazy'
}