about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-21 17:21:12 +0900
committersefidel <contact@sefidel.net>2024-03-21 17:22:36 +0900
commit72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6 (patch)
tree9f380468414c90e402337b33896c849584ac0663 /fnl/nvrc
parent504ee3009df78cfb7e225c8882e7826920c4fdca (diff)
downloadnvimrc-72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6.tar.gz
nvimrc-72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6.zip
chore(lockfile): bump
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})