Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 4369e28

Browse files
authored
chore: update readme
1 parent f8e66ca commit 4369e28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Interacting with Neovim's lua api in Rust can be a bit of a pain. `nvim-utils` aims to make it easier and quicker to develop Neovim plugins in Rust by removing as much of the required boilerplate as possible, and implementing bindings for the `vim.*` lua api.
77

88
> **Warning**
9-
> This library is in a relatively early state and will change significantly.
10-
> For a more polished API, check out [nvim-oxi](https://github.com/noib3/nvim-oxi)
9+
> This library is in a relatively early state and will change significantly.
10+
> For a more polished API, check out [nvim-oxi](https://github.com/noib3/nvim-oxi).
1111
1212
## Current plans
1313

0 commit comments

Comments
 (0)