diff options
author | sefidel <contact@sefidel.net> | 2024-03-21 17:21:12 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-03-21 17:22:36 +0900 |
commit | 72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6 (patch) | |
tree | 9f380468414c90e402337b33896c849584ac0663 /fnl | |
parent | 504ee3009df78cfb7e225c8882e7826920c4fdca (diff) | |
download | nvimrc-72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6.tar.gz nvimrc-72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6.zip |
chore(lockfile): bump
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 3 |
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}) |