A fully-featured, IDE-like Neovim distribution that prioritizes simplicity and extensibility in a minimal codebase.
CyberNvim is a fully-featured, IDE-like Neovim distribution that provides a complete development environment out of the box. It solves the complexity often associated with configuring Neovim by offering a ready-to-use setup that is both powerful and easy to understand.
Developers who want a fully-featured Neovim IDE without the complexity of building their own config, and power users who desire a simple, extensible base to customize extensively.
Developers choose CyberNvim for its unique balance of a comprehensive feature set and an exceptionally simple, minimal codebase that is designed to be easily understood and modified.
CyberNvim: A IDE-like Neovim distribution. Simplicity is Power.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
At only 1200 lines of Lua, it's significantly smaller than similar distributions like Astronvim or LazyVim, making the entire configuration easy to understand and modify in minutes.
Built with a modular structure and predefined user configuration sections, allowing users to copy-paste their own config or rewrite parts without digging through complex abstractions.
Includes intellisense, debugging, git integration with lazygit, and aesthetic UI enhancements out-of-the-box, providing a full IDE-like experience without manual setup.
Avoids completely overhauling Neovim and plugin defaults, making it easier to learn and use for those accustomed to standard Vim keybindings and workflows.
Full functionality relies on optional dependencies like ripgrep for search and lazygit for Git UI, which require separate installation and may add complexity on some systems.
The minimal codebase means fewer high-level configuration helpers, so users may need to write more Lua code for advanced customizations compared to larger distributions with more abstraction layers.
As a newer and smaller project, it has a less mature ecosystem than Astronvim or LazyVim, with fewer community plugins pre-integrated and potentially slower updates or support.