{"id":40932852,"url":"https://github.com/mukappalambda/my-nvim-config-docs","last_synced_at":"2026-01-22T04:12:12.260Z","repository":{"id":264669359,"uuid":"824421020","full_name":"mukappalambda/my-nvim-config-docs","owner":"mukappalambda","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-28T09:15:07.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T10:21:46.778Z","etag":null,"topics":["documentation","lazyvim","neovim","neovim-config","neovim-plugin"],"latest_commit_sha":null,"homepage":"https://mukappalambda.github.io/my-nvim-config-docs/","language":null,"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/mukappalambda.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-05T05:26:19.000Z","updated_at":"2025-09-28T09:15:07.000Z","dependencies_parsed_at":"2024-11-25T17:37:25.273Z","dependency_job_id":"237d3e5d-9434-4d6a-a7a9-20cd4da2df91","html_url":"https://github.com/mukappalambda/my-nvim-config-docs","commit_stats":null,"previous_names":["mukappalambda/my-nvim-config-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukappalambda/my-nvim-config-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukappalambda%2Fmy-nvim-config-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukappalambda%2Fmy-nvim-config-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukappalambda%2Fmy-nvim-config-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukappalambda%2Fmy-nvim-config-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukappalambda","download_url":"https://codeload.github.com/mukappalambda/my-nvim-config-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukappalambda%2Fmy-nvim-config-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28653857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["documentation","lazyvim","neovim","neovim-config","neovim-plugin"],"created_at":"2026-01-22T04:12:12.113Z","updated_at":"2026-01-22T04:12:12.249Z","avatar_url":"https://github.com/mukappalambda.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Neovim Config Docs\n\nWelcome to **My Neovim Config Docs**! This repository provides comprehensive documentation for my personalized Neovim configuration. The documentation is generated using [mdBook](https://rust-lang.github.io/mdBook/), making it easy to navigate and maintain.\n\n## 📚 **Overview**\n\nThis project aims to document my Neovim configuration, plugins, and customization choices in a clear and organized manner. It serves as a reference for myself and others interested in setting up an efficient Neovim environment.\n\n## 🚀 **Getting Started**\n\nFollow these steps to set up the documentation locally on your machine.\n\n### **Prerequisites**\n\nTo build and view the documentation, you need to have the following installed:\n\n- [Rust](https://www.rust-lang.org/tools/install) (required to install mdBook)\n- mdBook: Install it via cargo using the command:\n  ```bash\n  cargo install mdbook\n  ```\n\n### **Clone the Repository**\n\n```bash\ngit clone https://github.com/mukappalambda/my-nvim-config-docs.git\ncd my-nvim-config-docs\n```\n\n### **Build the Documentation**\n\n```bash\nmdbook build\n```\n\nThis will generate the static HTML files in the `book/` directory.\n\n### **Serve the Documentation Locally**\n\n```bash\nmdbook serve\n```\n\nVisit `http://localhost:3000` in your browser to view the documentation with live reload support.\n\n## 📂 **Project Structure**\n\nHere’s a breakdown of the folder structure:\n\n- WIP\n\n### **Key Files**\n\n- **book.toml**: Configuration file for mdBook.\n- **src/SUMMARY.md**: Contains the table of contents for the documentation.\n- **src/**: This directory contains all the markdown files that make up the documentation.\n\n## ✍️ **How to Contribute**\n\n- WIP\n\n## 📘 **Documentation Sections**\n\n- WIP\n\n## 🛠️ **Useful Commands**\n\n| Command        | Description                     |\n| -------------- | ------------------------------- |\n| `mdbook build` | Build the static documentation  |\n| `mdbook serve` | Serve the documentation locally |\n\n## 📦 **Dependencies**\n\n- [Rust](https://www.rust-lang.org/): Required to install mdBook.\n- [mdBook](https://rust-lang.github.io/mdBook/): For generating the documentation.\n\n## 📜 **License**\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nFeel free to explore, contribute, and learn from this documentation! If you encounter any issues or have questions, don't hesitate to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukappalambda%2Fmy-nvim-config-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukappalambda%2Fmy-nvim-config-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukappalambda%2Fmy-nvim-config-docs/lists"}