An open API service indexing awesome lists of open source software.

https://github.com/jw3126/nvim-hello-world

my first nvim plugin
https://github.com/jw3126/nvim-hello-world

hello-world lua nvim

Last synced: about 2 months ago
JSON representation

my first nvim plugin

Awesome Lists containing this project

README

          

# nvim-hello-world

## Usage
```
:lua require("hello-world").greet()
```
## Local testing
```
git clone https://github.com/jw3126/nvim-hello-world
cd nvim-hello-world
nvim --cmd "set rtp+=."
:lua require("hello-world").greet()
```