A site dedicated to finding the best neovim plugins.
- deno
If you'd like to suggest a plugin to add to neovimcraft
then feel free to open
a github issue or submit a PR after running the following command:
make resource
This command will step through the requirements for adding a resource to the site.
If you'd like to suggest a config to add to neovimcraft.com/c
then feel free to
submit a PR after running the following command:
make resource-config
This command will step through the requirements for adding a resource to the site.
Want to query neovimcraft from the terminal?
curl https://nvim.sh
https://github.com/neurosnap/nvim.sh
You need to add a couple environment variables related to using the github api:
export GITHUB_ACCESS_TOKEN='xxx'
export GITHUB_USERNAME='my-user'
To scrape and process all plugins, run:
make scrape
To build the static site, run:
make build