diff options
| author | ache <ache@ache.one> | 2026-03-30 23:42:24 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-30 23:42:24 +0200 |
| commit | fcd3cf33ed9b254c3c145f89b386e8bd0ad65d5e (patch) | |
| tree | 67e3ff9b1f48354b10e3930ae523c8bd2cfdcfe5 /lua/ache/plugins/dap/nvim-nio.lua | |
| parent | fix: 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.lua | 7 |
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" } |