master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 486acb071d - Show all commits

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,
},
}