added diagflow
This commit is contained in:
9
lua/plugins/diagflow.lua
Normal file
9
lua/plugins/diagflow.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user