init: diagflow for inline error wrapping

This commit is contained in:
kossLAN 2025-05-20 00:04:04 -04:00
parent 2fe32beed2
commit 64ae6ef9ff
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 3 additions and 1 deletions

View file

@ -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

1
nvim/plugin/diagflow.lua Normal file
View file

@ -0,0 +1 @@
require('diagflow').setup()