You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
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.
7
7
8
8
> **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).
0 commit comments