Example Neovim plugin using nvim-oxi.
Build by running:
makeInstall 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
Example Neovim plugin using nvim-oxi.
Build by running:
makeInstall 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