From fcd3cf33ed9b254c3c145f89b386e8bd0ad65d5e Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Mar 2026 23:42:24 +0200 Subject: Add debbugging tools plugins --- lua/ache/plugins/dap/nvim-nio.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/ache/plugins/dap/nvim-nio.lua (limited to 'lua/ache/plugins/dap/nvim-nio.lua') diff --git a/lua/ache/plugins/dap/nvim-nio.lua b/lua/ache/plugins/dap/nvim-nio.lua new file mode 100644 index 0000000..6fdff87 --- /dev/null +++ b/lua/ache/plugins/dap/nvim-nio.lua @@ -0,0 +1,7 @@ +--[ +-- This plugin add feature about asynchronous operations +-- +-- required by nvim-dap, soon to be integrated to neovim +--] + +return { "nvim-neotest/nvim-nio" } -- cgit v1.3-2-g11bf