diff options
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" } |