addad diagflow

This commit is contained in:
2023-07-09 20:49:59 +02:00
parent 1eaaeeeaad
commit 5964e8428a
3 changed files with 7 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,6 @@ return {
})
-- vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
end,
event = 'VeryLazy'
}