summaryrefslogtreecommitdiff
path: root/lua/ache/plugins/dap/nvim-nio.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-03-30 23:42:24 +0200
committerache <ache@ache.one>2026-03-30 23:42:24 +0200
commitfcd3cf33ed9b254c3c145f89b386e8bd0ad65d5e (patch)
tree67e3ff9b1f48354b10e3930ae523c8bd2cfdcfe5 /lua/ache/plugins/dap/nvim-nio.lua
parentfix: Migrate to surround v4 (diff)
Add debbugging tools plugins
Diffstat (limited to 'lua/ache/plugins/dap/nvim-nio.lua')
-rw-r--r--lua/ache/plugins/dap/nvim-nio.lua7
1 files changed, 7 insertions, 0 deletions
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" }