vim-rs-hello

Example Neovim plugin using nvim-oxi.

Testing

Build by running:

make

Install with your plugin manager:

Plug '/path/to/vim-rs-hello'

Then add the following to your init.vim:

lua require("rs_hello")

Then from Vim, run :Greetings Larry