Merge branch 'master' of https://git.freiewildbahn.de/oli/nvim
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,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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user