addad diagflow

This commit is contained in:
2023-07-09 20:49:59 +02:00
parent 1eaaeeeaad
commit 5964e8428a
3 changed files with 7 additions and 1 deletions

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

@@ -0,0 +1,6 @@
return {
'dgagn/diagflow.nvim',
opts = {
scope = 'line'
}
}