changed virtual lines

This commit is contained in:
Oliver Hartmann
2023-08-18 09:03:24 +02:00
parent f631f2ad86
commit 3e818ddef9
3 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
return {
'dgagn/diagflow.nvim',
opts = {
scope = 'line'
}
scope = 'line',
placement = 'inline',
text_align = 'left',
inline_padding_left = 5,
},
enabled = false
}