Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacksmithxyz/how2neovim
- Owner: jacksmithxyz
- Created: 2024-05-30T12:43:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:42:04.000Z (8 months ago)
- Last Synced: 2025-02-04T21:44:20.171Z (about 17 hours ago)
- Topics: astro, linux, neovim, starlight
- Language: MDX
- Homepage: https://how2neovim.io
- Size: 666 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!