aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 2cb7087..cf04ec7 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -25,7 +25,8 @@
(pack! :mfussenegger/nvim-dap {:req :dap
:event :VeryLazy
:dependencies [(pack :nvim-lua/plenary.nvim)
- (pack :rcarriga/nvim-dap-ui {:init :dapui :lazy true})]}
+ (pack :rcarriga/nvim-dap-ui {:init :dapui :lazy true})
+ (pack :nvim-neotest/nvim-nio {:lazy true})]}
:lazy true)
(pack! :gpanders/editorconfig.nvim)
(pack! :stefandtw/quickfix-reflector.vim {:ft :qf})