addad diagflow
This commit is contained in:
6
lua/plugins/diagflow.lua
Normal file
6
lua/plugins/diagflow.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
'dgagn/diagflow.nvim',
|
||||
opts = {
|
||||
scope = 'line'
|
||||
}
|
||||
}
|
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user