[][src]Module nvim_rs::examples

Examples on how to use nvim-rs.

The code in question is in the examples directory of the project. The files in src/examples/ contain the documentation.

Contents

handler_drop

An example showing how to implement cleanup-logic by implementing Drop for the handler.

quitting

An example showing how to handle quitting in a plugin by catching a closed channel.

scorched_earth

A port of a real existing plugin.

Modules

handler_drop

handler_drop

quitting

Quitting

scorched_earth

Scorched earth