{"id":20520910,"url":"https://github.com/ryanreece/neovim-config","last_synced_at":"2026-04-22T09:07:18.885Z","repository":{"id":218423775,"uuid":"746362731","full_name":"ryanreece/neovim-config","owner":"ryanreece","description":"My personal Neovim config settings","archived":false,"fork":false,"pushed_at":"2025-01-03T17:49:13.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T00:25:46.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ryanreece.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-01-21T20:34:17.000Z","updated_at":"2025-01-03T17:49:17.000Z","dependencies_parsed_at":"2024-03-14T17:48:57.539Z","dependency_job_id":"10993b08-6433-4132-98fe-1cd005b10f6c","html_url":"https://github.com/ryanreece/neovim-config","commit_stats":null,"previous_names":["ryanreece/neovim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanreece/neovim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreece%2Fneovim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreece%2Fneovim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreece%2Fneovim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreece%2Fneovim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanreece","download_url":"https://codeload.github.com/ryanreece/neovim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreece%2Fneovim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":[],"created_at":"2024-11-15T22:24:21.417Z","updated_at":"2026-04-22T09:07:18.870Z","avatar_url":"https://github.com/ryanreece.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Config\n\nThis repository contains my personal Neovim config which is based heavily on\nthe [0 to LSP : Neovim RC From\nScratch](https://www.youtube.com/watch?v=w7i4amO_zaE) YouTube video from\n[ThePrimeagen](https://www.youtube.com/@ThePrimeagen).\n\n## Prerequisites\n\n* Zsh\n* [Neovim](https://github.com/neovim/neovim) \u003e **0.9.x** ([need to build from\n  source](https://github.com/neovim/neovim/blob/master/BUILD.md))\n* [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)\n\n## Installation\n\n* Clone the repo into `~/.config/nvim/`\n* Ensure the prereqs are installed.\n\n## Signing Commits with NeoVim and Fugitive\n\nSince the `:!` operator in Nvim uses pipes and not a tty, interactive processes\nsuch as entering a password to sign commits don't work. To sign commits using\ngpg and a password, a pinentry program needs to be configured on the system.\n\n### Windows and WSL2\n\n1. Ensure gpg is installed in WSL2: `sudo apt install gpg gnupg gpg-agent`\n2. Ensure the gpg-agent plugin is installed in ohmyzsh\n3. Install [GPG4Win](https://www.gpg4win.org/) is installed on the Windows side\n   to handle password input.\n4. Configure the cache ttls and pinentry-program within\n   `~/.gnupg/gpg-agent.conf`.\n\n   ```conf\n   default-cache-ttl 86400 max-cache-ttl 86400\n   pinentry-program \"/mnt/c/Program Files (x86)/GnuPG/bin/pinentry-basic.exe\"\n   ```\n\n### Ubuntu Native\n\nNeovim, this config, and any other prerequisites are automatically installed as\npart of the\n[ansible-linux-day0](https://github.com/ryanreece/ansible-linux-day0)\nrepository.\n\n### MacOS\n\n1. Install all the prerequisites.\n2. Clone this repo to `~/.config/nvim/`\n3. Launch Neovim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanreece%2Fneovim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanreece%2Fneovim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanreece%2Fneovim-config/lists"}