Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacksmithxyz/how2neovim

A simple and opinionated guide on configuring and setting up Neovim from scratch.
https://github.com/jacksmithxyz/how2neovim

astro linux neovim starlight

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# how2neovim

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

It is built using [Astro](https://astro.build) and [Starlight](https://starlight.astro.build).

# 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

```sh
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!