mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
init: diagflow for inline error wrapping
This commit is contained in:
parent
2fe32beed2
commit
64ae6ef9ff
2 changed files with 3 additions and 1 deletions
|
|
@ -81,8 +81,9 @@ with final.pkgs.lib; let
|
||||||
which-key-nvim
|
which-key-nvim
|
||||||
# Autoformatting
|
# Autoformatting
|
||||||
conform-nvim
|
conform-nvim
|
||||||
# QOL Plugin for visuals mostly
|
# QOL Plugins for visuals mostly
|
||||||
mini-nvim # https://github.com/echasnovski/mini.nvim/
|
mini-nvim # https://github.com/echasnovski/mini.nvim/
|
||||||
|
diagflow-nvim
|
||||||
# Debugging
|
# Debugging
|
||||||
nvim-dap
|
nvim-dap
|
||||||
nvim-dap-ui
|
nvim-dap-ui
|
||||||
|
|
|
||||||
1
nvim/plugin/diagflow.lua
Normal file
1
nvim/plugin/diagflow.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
require('diagflow').setup()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue