{"id":15206961,"url":"https://github.com/gianbdev/nvim","last_synced_at":"2026-03-10T06:03:45.319Z","repository":{"id":250386970,"uuid":"834328035","full_name":"gianbdev/nvim","owner":"gianbdev","description":"nvim configs with git submodules ","archived":false,"fork":false,"pushed_at":"2024-10-01T17:10:41.000Z","size":4158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T04:15:37.401Z","etag":null,"topics":["dotfiles","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gianbdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-27T00:38:55.000Z","updated_at":"2024-10-01T17:10:49.000Z","dependencies_parsed_at":"2024-09-24T07:30:56.316Z","dependency_job_id":"117d0277-c230-4b01-806c-246674f27dc4","html_url":"https://github.com/gianbdev/nvim","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f0e46c349a21d55523769dde32cc0a9803667e41"},"previous_names":["gianbdev/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gianbdev/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianbdev%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianbdev%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianbdev%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianbdev%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gianbdev","download_url":"https://codeload.github.com/gianbdev/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianbdev%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","nvim","vim"],"created_at":"2024-09-28T06:04:47.568Z","updated_at":"2026-03-10T06:03:45.301Z","avatar_url":"https://github.com/gianbdev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration\n\nThis repository contains a custom Neovim configuration. Follow the instructions below to set up Neovim with this configuration.\n\n## Installation\n\n### Prerequisites\n\n- **Neovim**: Ensure Neovim is installed on your system. You can follow the installation guide from the [Neovim official documentation](https://neovim.io/).\n\n### Clone the Repository\n\n1. Clone this repository into the Neovim configuration directory:\n\n   ```bash\n   git clone https://github.com/your-username/your-repository.git ~/.config/nvim\n   ```\n\n2. If you already have a .config/nvim directory, you may want to back it up before cloning the new configuration\n\n    ```bash\n    mv ~/.config/nvim ~/.config/nvim.bak\n    ```\n\n## Install Plugins\n\n1. Open Neovim Install the plugins defined in the configuration. The installation process will vary depending on the plugin manager you are using. If you're using vim-plug, run:\n\n    ```bash\n    :PlugInstall\n    ```\n\n2. If you're using packer.nvim, run:\n\n    ```bash\n    :PackerSync\n    ```\n\n## Post-Installation\n\n* Custom Commands: The GNUmakefile in this repository defines some custom commands for managing plugins. You can use make fetch-packs to initialize and update submodules, and make update-packs to update plugins.\n\nTo use these commands, navigate to the Neovim configuration directory and run:\n\n```bash\ncd ~/.config/nvim\nmake fetch-packs\nmake update-packs\n```\n\n## Usage\n\n* Open Neovim with your new configuration\n\n```bash\nnvim\n```\n\n* Explore the configuration files in ~/.config/nvim to understand how Neovim is set up.\n\n### Contributing\n\nFeel free to fork this repository and make contributions. For any issues or feature requests, please open an issue on the GitHub repository.\n\n### License\n\nThis configuration is licensed under the MIT License.\n\n### Notes:\n\n- **Replace** `https://github.com/your-username/your-repository.git` with the URL of your own GitHub repository.\n- **Update** the plugin installation instructions according to the plugin manager you use (`vim-plug`, `packer.nvim`, etc.).\n- **Adjust** the \"Post-Installation\" section based on the commands and tools you use.\n\nThis `README.md` provides a clear and comprehensive guide to installing and configuring Neovim with your custom setup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianbdev%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgianbdev%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianbdev%2Fnvim/lists"}