how2neovim is a a simple and opinionated guide on configuring and setting up Neovim from scratch.
It is built using Astro and Starlight.
You will need to have NodeJS/NPM installed.
- Fork it
- Run
git clone https://github.com/yourusername/how2neovim
cd how2neovim
npm install
npm run dev
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!