From 64ae6ef9ff804cf28e80d28b453ca23f0e1db73f Mon Sep 17 00:00:00 2001 From: kossLAN Date: Tue, 20 May 2025 00:04:04 -0400 Subject: [PATCH] init: diagflow for inline error wrapping --- nix/neovim-overlay.nix | 3 ++- nvim/plugin/diagflow.lua | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 nvim/plugin/diagflow.lua diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index 537d0c2..ef6e53b 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -81,8 +81,9 @@ with final.pkgs.lib; let which-key-nvim # Autoformatting conform-nvim - # QOL Plugin for visuals mostly + # QOL Plugins for visuals mostly mini-nvim # https://github.com/echasnovski/mini.nvim/ + diagflow-nvim # Debugging nvim-dap nvim-dap-ui diff --git a/nvim/plugin/diagflow.lua b/nvim/plugin/diagflow.lua new file mode 100644 index 0000000..06dc34c --- /dev/null +++ b/nvim/plugin/diagflow.lua @@ -0,0 +1 @@ +require('diagflow').setup()