noib3 / nvim-oxi

:link: Rust bindings to all things Neovim
https://crates.io/crates/nvim-oxi
MIT License
904 stars 45 forks source link

how can I call `vim.notify()` #182

Closed Alexdelia closed 2 months ago

Alexdelia commented 2 months ago

I am a fan of the examples, but sadly, I did not find the possibility to call vim.notify or access other vim.X attribute

Alexdelia commented 2 months ago

found nvim_oxi::api::notify()

thank you for this great crate