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
- Host: GitHub
- URL: https://github.com/jw3126/nvim-hello-world
- Owner: jw3126
- Created: 2022-08-23T19:28:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T20:15:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T12:35:51.375Z (over 1 year ago)
- Topics: hello-world, lua, nvim
- Language: Lua
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```