{"id":18152036,"url":"https://github.com/mboyov/nvchad","last_synced_at":"2025-08-08T12:08:18.577Z","repository":{"id":262011861,"uuid":"885546362","full_name":"mboyov/NvChad","owner":"mboyov","description":"Customized Neovim Configuration Based on NvChad","archived":false,"fork":false,"pushed_at":"2024-11-10T15:17:21.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:44:24.031Z","etag":null,"topics":["lua","neovim","neovim-config","neovim-lua","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mboyov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T19:54:53.000Z","updated_at":"2024-11-10T15:17:24.000Z","dependencies_parsed_at":"2024-11-09T22:28:56.048Z","dependency_job_id":null,"html_url":"https://github.com/mboyov/NvChad","commit_stats":null,"previous_names":["mboyov/nvchad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mboyov%2FNvChad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mboyov%2FNvChad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mboyov%2FNvChad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mboyov%2FNvChad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mboyov","download_url":"https://codeload.github.com/mboyov/NvChad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238603651,"owners_count":19499490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","neovim","neovim-config","neovim-lua","nvim","vim"],"created_at":"2024-11-02T02:05:22.938Z","updated_at":"2025-02-13T05:44:29.087Z","avatar_url":"https://github.com/mboyov.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\u003c/div\u003e\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mboyov/NvChad\"\u003e\n    \u003cimg src=\"images/logo.svg\" alt=\"Logo\" width=\"30%\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003eNeovim Configuration with NvChad\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Customized Neovim Configuration Based on NvChad\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\nThis project provides a custom Neovim configuration based on [NvChad 2.5 by ProgrammingRainbow](https://github.com/ProgrammingRainbow/NvChad-2.5), designed to optimize the development workflow for developers who appreciate a lightweight and highly configurable editor.\n\n- **Modern Neovim setup**: Built on top of the powerful and modular NvChad framework, this configuration provides an efficient and modern environment for developers.\n- **Optimized for Full-stack Development**: Tailored with support for JavaScript, React, Python3, and other modern technologies.\n- **Lightweight and Fast**: This configuration makes use of lazy-loading plugins to keep the startup time minimal, while still offering a wide range of features.\n- **Highly Customizable**: With easily modifiable keybindings and plugin options, it allows developers to personalize the editor to fit their workflow.\n\n## Why use this configuration?\n\n- **Productivity Boost**: With built-in support for LSP (Language Server Protocol), syntax highlighting, auto-completion, Git integration, and more, this configuration enhances coding productivity.\n- **Flexibility**: Neovim’s customization allows users to modify the setup to suit their preferences without sacrificing performance.\n- **Seamless Integration with Modern Tools**: It includes powerful tooling for web development (JavaScript, React), Python development, and Git-based version control.\n\n## Installation\n\nTo use this Neovim configuration, follow these steps:\n\n1. Prerequisite\n\n```bash\nbrew install luarocks\nbrew install fzf\ngit clone https://github.com/junegunn/fzf-git.sh.git ~/.\n```\n\n2. Uninstall\n\n```bash\n# Linux / MacOS (unix)\nrm -rf ~/.config/nvim\nrm -rf ~/.local/state/nvim\nrm -rf ~/.local/share/nvim\n```\n3. Clone the repository:\n\n```bash\ngit clone https://github.com/mboyov/NvChad.git ~/.config/nvim \u0026\u0026 nvim\n````\n**This repo is supposed to used as config by NvChad users!**\n\n- The main nvchad repo  [NvChad/NvChad](https://github.com/NvChad/NvChad) is used as a plugin by this repo.\n- So you just import its modules , like `require \"nvchad.options\" , require \"nvchad.mappings\"`\n- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)\n\n## Contributing\nFeel free to open issues or pull requests if you have suggestions for improvements.\n\n## License\nThis project is unlicensed\n\n## Credits\n- [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) A starting point for Neovim\n- [NvChad](https://nvchad.com) Blazing fast Neovim config providing solid defaults and a beautiful UI\n- [Lazyvim starter](https://github.com/LazyVim/starter) as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!\n\n[contributors-shield]: https://img.shields.io/github/contributors/mboyov/NvChad.svg?style=for-the-badge\n[contributors-url]: https://github.com/mboyov/NvChad/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/mboyov/NvChad.svg?style=for-the-badge\n[forks-url]: https://github.com/mboyov/NvChad/network/members\n[stars-shield]: https://img.shields.io/github/stars/mboyov/NvChad.svg?style=for-the-badge\n[stars-url]: https://github.com/mboyov/NvChad/stargazers\n[issues-shield]: https://img.shields.io/github/issues/mboyov/NvChad.svg?style=for-the-badge\n[issues-url]: https://github.com/mboyov/NvChad/issues\n[license-shield]: https://img.shields.io/github/license/mboyov/NvChad.svg?style=for-the-badge\n[license-url]: https://github.com/mboyov/NvChad/blob/main/LICENSE.txt\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmboyov%2Fnvchad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmboyov%2Fnvchad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmboyov%2Fnvchad/lists"}