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

Commit f8e66ca

Browse files
authored
chore: update readme
1 parent 5beaecd commit f8e66ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

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

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)
11+
12+
## Current plans
13+
14+
- Integrate with the Luajit and Neovim C APIs directly
15+
- Minimize dependencies
16+
817
## Installation
918

1019
```sh

0 commit comments

Comments
 (0)