https://github.com/ka10kenhq/onlyvim
Minimal, sane, and ready to hack. A lightweight Neovim distribution to help more people get into Neovim without the usual pain.
https://github.com/ka10kenhq/onlyvim
blazingly-fast lua neovim neovim-configuration
Last synced: 4 months ago
JSON representation
Minimal, sane, and ready to hack. A lightweight Neovim distribution to help more people get into Neovim without the usual pain.
- Host: GitHub
- URL: https://github.com/ka10kenhq/onlyvim
- Owner: Ka10kenHQ
- License: mit
- Created: 2024-03-27T11:23:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-06T05:18:28.000Z (5 months ago)
- Last Synced: 2026-02-06T13:56:46.939Z (5 months ago)
- Topics: blazingly-fast, lua, neovim, neovim-configuration
- Language: Lua
- Homepage:
- Size: 2.4 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OnlyVim
### Simple and Configurable Neovim Distribution


## Requirements packages
- Neovim >= 0.12
- fzf
- zip
- unzip
- tar
- node
## Get started
```sh
git clone https://github.com/OnlyVim/OnlyVim.git ~/.config/nvim
nvim
```
## Contribution Policy
We welcome and encourage regular contributions! If you're planning to contribute consistently, here's how to keep things smooth:
- **Frequency**: Weekly or bi-weekly contributions are ideal — consistency over volume.
- **Communication**: Open an issue or discussion before large changes. Avoid surprise PR bombs.
- **Scope**: Focus on improvements, bug fixes, performance tuning, and usability. Avoid feature creep unless it solves a real pain.
- **Quality**: Test your code. If it breaks Neovim, we will find you.
- **Style**: Follow the existing code style. No wild formatting crusades, please.
- **Feedback**: PR reviews are blunt but fair. Don’t take it personally if we roast your code — we roast everyone’s.
If you want to become a regular contributor (or even a maintainer), just show up, make good stuff, and stick around.