#[module]
Marks the plugin entrypoint.
use nvim_oxi as nvim; #[nvim::module] fn foo() -> nvim::Result<()> { Ok(()) }