added diagflow

This commit is contained in:
2025-08-07 21:40:39 +02:00
parent ab21a47e90
commit 486acb071d

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

@@ -0,0 +1,9 @@
return {
'dgagn/diagflow.nvim',
-- event = 'LspAttach', This is what I use personnally and it works great
opts = {
scope = 'line',
show_sign = false,
show_borders = true,
},
}