Skip to content

Commit

Permalink
docs(README): used by section
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Mar 18, 2024
1 parent a12fe4e commit 8b1099a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ both common asynchronous primitives and asynchronous APIs for Neovim's core.
- [`nio.ui`](#nioui): Async versions of vim.ui functions
- [`nio.tests`](#niotests): Async versions of plenary.nvim's test functions
- [Third Party Integration](#third-party-integration)
- [Used By](#used-by)

## Motivation

Expand Down Expand Up @@ -231,3 +232,14 @@ nio.run(function()
print("Slept for 10ms")
end)
```

## Used By

Here are some of the plugins using nvim-nio:
- [neotest](https://github.com/nvim-neotest/neotest)
- [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui)
- [rest.nvim](https://github.com/rest-nvim/rest.nvim)
- [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim)
- [pathlib.nvim](https://github.com/pysan3/pathlib.nvim)

Please open an issue to add any missing entries!

0 comments on commit 8b1099a

Please sign in to comment.