/how2neovim

A simple and opinionated guide on configuring and setting up Neovim from scratch.

Primary LanguageMDX

how2neovim

how2neovim is a a simple and opinionated guide on configuring and setting up Neovim from scratch.

It is built using Astro and Starlight.

Contributing

Prerequisties

You will need to have NodeJS/NPM installed.

Clone the Repo

  1. Fork it
  2. Run git clone https://github.com/yourusername/how2neovim

Test Build Locally

cd how2neovim
npm install
npm run dev

Submitting changes

  1. Create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -m 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request!