Skip to content

Commit

Permalink
docs: remove 'ringbuf'
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Nov 22, 2024
1 parent ed4d7fd commit b8c735d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ The commons lua library for Neovim plugin project.
- [commons.num](/commons_num.md): Numbers utilities, with type check and approximate float compare.
- [commons.path](/commons_path.md): File and directory path utilities.
- [commons.platform](/commons_platform.md): OS and platform utilities.
- [commons.ringbuf](/commons_ringbuf.md): Drop-in [vim.ringbuf](<https://neovim.io/doc/user/lua.html#vim.ringbuf()>) replacement data structure with iterator support.
- [commons.spawn](/commons_spawn.md): Run child-process with friendly line-wise callbacks to handle stdout/stderr output, a wrapper on [vim.system](<https://neovim.io/doc/user/lua.html#vim.system()>).
- [commons.str](/commons_str.md): Strings utilities, with type check.
- [commons.tbl](/commons_tbl.md): Lua table/list utilities, with type check.
- [commons.uri](/commons_uri.md): A wrapper on [vim.uri_encode](<https://neovim.io/doc/user/lua.html#vim.uri_encode()>) and [vim.uri_decode](<https://neovim.io/doc/user/lua.html#vim.uri_decode()>).
- [commons.uv](/commons_uv.md): A wrapper on [vim.loop](https://github.com/neovim/neovim/blob/36552adb39edff2d909743f16c1f061bc74b5c4e/runtime/doc/deprecated.txt?plain=1#L166) (for Neovim &lt; 0.10) or [vim.uv](https://neovim.io/doc/user/lua.html#vim.uv) (for Neovim &ge; 0.10).
- [commons.version](/commons_version.md): Compatible APIs to detect Neovim version, a wrapper on [vim.version](https://neovim.io/doc/user/lua.html#vim.version).

Expand Down

0 comments on commit b8c735d

Please sign in to comment.