{"id":32747935,"url":"https://github.com/billyboymf/nvkitstart","last_synced_at":"2025-11-03T20:03:41.077Z","repository":{"id":322153260,"uuid":"1074757474","full_name":"BillyBoyMF/NvKitstart","owner":"BillyBoyMF","description":"NvKitstart is a modern, object-oriented Neovim starter configuration written in Lua. It features modular plugin management via lazy.nvim, sensible defaults, and clear extension points for easy customization and contribution.","archived":false,"fork":false,"pushed_at":"2025-10-13T18:45:27.000Z","size":423,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-02T22:19:16.197Z","etag":null,"topics":["cli","config","editor","linux","lua","neovim","neovim-plugin","simple","terminal","windows"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BillyBoyMF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-12T12:28:46.000Z","updated_at":"2025-10-13T18:45:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BillyBoyMF/NvKitstart","commit_stats":null,"previous_names":["billyboymf/nvkitstart"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/BillyBoyMF/NvKitstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyBoyMF%2FNvKitstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyBoyMF%2FNvKitstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyBoyMF%2FNvKitstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyBoyMF%2FNvKitstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BillyBoyMF","download_url":"https://codeload.github.com/BillyBoyMF/NvKitstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyBoyMF%2FNvKitstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282521097,"owners_count":26683141,"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","status":"online","status_checked_at":"2025-11-03T02:00:05.676Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","config","editor","linux","lua","neovim","neovim-plugin","simple","terminal","windows"],"created_at":"2025-11-03T20:01:38.697Z","updated_at":"2025-11-03T20:03:41.070Z","avatar_url":"https://github.com/BillyBoyMF.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"nvkitstart-logo.svg\" alt=\"NvKitstart logo\" width=\"200\"/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"Neovim-mark.svg\" alt=\"Neovim logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# NvKitstart\n\nNvKitstart is a modern, object-oriented Neovim starter configuration written in Lua.  \nIt features modular plugin management via [lazy.nvim](https://github.com/folke/lazy.nvim), sensible defaults, and clear extension points for easy customization and contribution.\n\n---\n\n## Features\n\n- **OOP-style Lua structure** for maintainability and extensibility\n- **Plugin management** with [lazy.nvim](https://github.com/folke/lazy.nvim)\n- **Fast startup** and automatic bootstrapping\n- **LSP, completion, formatting, file explorer, statusline, colorschemes**, and more\n- **Easy to add, update, or remove plugins**\n- **Contributor-friendly** with clear inline comments and [CONTRIBUTING.md](./CONTRIBUTING.md)\n- **MIT licensed**\n\n---\n\n## Getting Started\n\n1. **Requirements**\n    - [Neovim](https://neovim.io/) 0.9 or newer\n    - [git](https://git-scm.com/)\n\n2. **Installation**\n    - Copy `init.lua` into your Neovim config folder:\n      - `~/.config/nvim/init.lua` (Linux/macOS)\n      - `%USERPROFILE%\\AppData\\Local\\nvim\\init.lua` (Windows)\n    - Start Neovim – plugins will bootstrap and install automatically!\n\n3. **First Run**\n    - NvKitstart will automatically install [lazy.nvim](https://github.com/folke/lazy.nvim) if it is missing.\n    - All included plugins and LSP servers will be managed for you.\n\n---\n\n## Customization\n\n- **Add/Remove Plugins:**  \n  See the `setup_plugins()` method in `init.lua` for plugin specs.  \n  Add a new plugin by appending its spec table to the list.\n\n- **Change Options:**  \n  Edit the `set_options()` method to change editor settings.\n\n- **Add Keymaps:**  \n  Add keymaps to the relevant plugin spec or by extending the config class.\n\n- **Diagnostics \u0026 More:**  \n  Extend `setup_diagnostics()` for custom diagnostics.\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for more details on customizing and contributing.\n\n---\n\n## Contributing\n\nPull requests, issues, and suggestions are welcome!  \nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting major changes.\n\n---\n\n## License\n\nMIT License. See [LICENSE](./LICENSE).\n\n---\n\n## Credits\n\n- [lazy.nvim](https://github.com/folke/lazy.nvim) (plugin manager)\n- All referenced plugins – see `init.lua` for full list\n\n---\n\n## Screenshots\n\n![0](screenshots/0.png)\n![1](screenshots/1.png)\n\n---\n\n## Questions?\n\nOpen an [issue](https://github.com/BillyBoyMF/NvKitstart/issues) or start a discussion!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyboymf%2Fnvkitstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillyboymf%2Fnvkitstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyboymf%2Fnvkitstart/lists"}