Skip to content

website that makes it easy to find neovim plugins

License

Notifications You must be signed in to change notification settings

wsdjeg/neovimcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A site dedicated to finding the best neovim plugins.

Requirements

  • deno

Want to submit a plugin?

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.

Want to submit a config?

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.

nvim.sh

Want to query neovimcraft from the terminal?

curl https://nvim.sh

https://github.com/neurosnap/nvim.sh

Developing

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

About

website that makes it easy to find neovim plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.0%
  • CSS 12.8%
  • JavaScript 6.6%
  • Makefile 2.6%