Neovim config for streamlined coding
Top 52.5% on sourcepulse
NormalNvim is a Neovim distribution designed for users seeking a stable, batteries-included, and highly customizable IDE experience. It aims to provide a robust set of pre-configured plugins for development tasks, including IDE tools, linters, formatters, and LSP support for popular languages, reducing setup friction for developers.
How It Works
NormalNvim leverages lazy loading for fast startup times and bundles essential IDE functionalities like compilers, debuggers, test runners, and documentation generators. Its modular design allows for easy customization and removal of components. Plugin versions can be frozen for stability, and updates can be easily reverted.
Quick Start & Requirements
wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh
Highlighted Details
Maintenance & Community
The project is actively maintained, with contributions to included plugins. It encourages community involvement through bug fixes and feature suggestions.
Licensing & Compatibility
The repository does not explicitly state a license in the README. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The README mentions that local uncommitted changes will be lost during updates. It also notes that some features might require manual installation of additional dependencies. The licensing status is unclear, which could impact commercial adoption.
1 day ago
1 day