{"id":20382048,"url":"https://github.com/razobeckett/nvim","last_synced_at":"2026-04-07T04:31:18.002Z","repository":{"id":220073018,"uuid":"749360947","full_name":"RazoBeckett/nvim","owner":"RazoBeckett","description":"My Neovim Setup","archived":false,"fork":false,"pushed_at":"2025-12-15T18:55:36.000Z","size":204,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T02:26:17.243Z","etag":null,"topics":["neovim","neovim-config","neovim-configuration","neovim-dotfiles","neovim-lua","neovim-setup","nvim","nvim-configs","nvim-lua-config","nvim-setup"],"latest_commit_sha":null,"homepage":"https://neovim.io/","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/RazoBeckett.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-28T11:06:32.000Z","updated_at":"2025-12-15T18:55:39.000Z","dependencies_parsed_at":"2024-01-31T06:57:34.181Z","dependency_job_id":"799eb73c-6c67-4a05-8a1b-5fcfbf0c2d73","html_url":"https://github.com/RazoBeckett/nvim","commit_stats":null,"previous_names":["razobeckett/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RazoBeckett/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazoBeckett%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazoBeckett%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazoBeckett%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazoBeckett%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RazoBeckett","download_url":"https://codeload.github.com/RazoBeckett/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazoBeckett%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["neovim","neovim-config","neovim-configuration","neovim-dotfiles","neovim-lua","neovim-setup","nvim","nvim-configs","nvim-lua-config","nvim-setup"],"created_at":"2024-11-15T02:16:15.763Z","updated_at":"2026-04-07T04:31:17.975Z","avatar_url":"https://github.com/RazoBeckett.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Config\n\n## Installation:\n\n- Make a backup of your current Neovim files. (If you don't have anything related to Neovim configured on your machine, you can ignore this step)\n\n```sh\n# required\nmv ~/.config/nvim{,.bak}\n\n# optional but recommended\nmv ~/.local/share/nvim{,.bak}\nmv ~/.local/state/nvim{,.bak}\nmv ~/.cache/nvim{,.bak}\n```\n\n- Clone the config\n\n```sh\ngit clone https://github.com/razobeckett/nvim ~/.config/nvim\n```\n\n- Remove the `.git` folder, so you can add it to your own repo later\n\n```sh\nrm -rf ~/.config/nvim/.git\n```\n\n- Start Neovim!\n\n```sh\nnvim\n```\n\n## Try out with docker:\n\n```sh\ndocker run -w /root -it --rm alpine:edge sh -uelic '\n  apk add git lazygit fzf curl neovim ripgrep alpine-sdk --update\n  git clone https://github.com/RazoBeckett/nvim ~/.config/nvim\n  cd ~/.config/nvim\n  nvim\n'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazobeckett%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazobeckett%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazobeckett%2Fnvim/lists"}