From 486acb071d8dd9f3dcb93d0d04d07ccb6954d78f Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 7 Aug 2025 21:40:39 +0200 Subject: [PATCH] added diagflow --- lua/plugins/diagflow.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/diagflow.lua diff --git a/lua/plugins/diagflow.lua b/lua/plugins/diagflow.lua new file mode 100644 index 0000000..23deb34 --- /dev/null +++ b/lua/plugins/diagflow.lua @@ -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, + }, +}