{"id":31790770,"url":"https://github.com/codebam/neovim","last_synced_at":"2025-10-10T16:29:51.406Z","repository":{"id":300350599,"uuid":"1005806941","full_name":"codebam/neovim","owner":"codebam","description":"My NeoVim Configuration","archived":false,"fork":false,"pushed_at":"2025-06-30T02:37:20.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T08:49:02.149Z","etag":null,"topics":[],"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/codebam.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}},"created_at":"2025-06-20T21:21:57.000Z","updated_at":"2025-06-30T02:37:23.000Z","dependencies_parsed_at":"2025-06-21T07:34:28.730Z","dependency_job_id":"f7288653-344b-4a37-9419-fcb30ceb0140","html_url":"https://github.com/codebam/neovim","commit_stats":null,"previous_names":["codebam/neovim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebam/neovim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fneovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fneovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fneovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fneovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebam","download_url":"https://codeload.github.com/codebam/neovim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fneovim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004706,"owners_count":26083750,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-10-10T16:29:45.760Z","updated_at":"2025-10-10T16:29:51.399Z","avatar_url":"https://github.com/codebam.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim using Minimal Neovim wrapper\n\n## To use:\n\n- Set up Nix: https://nixos.org/download/\n- Set up Flakes: https://wiki.nixos.org/wiki/Flakes#Nix_standalone\n- Clone this repo\n- Run `nix develop`\n- Run neovim with either: `vi`, `vim`, or `nvim`\n- `nix run github:codebam/neovim` to run neovim directly without cloning the repo\n\n## To use as a home-manager module:\n\n- include mnw in your `flake.nix`\n\n```nix\n    mnw.url = \"github:gerg-l/mnw\";\n```\n\n- include this in the inputs of your `flake.nix`\n\n```nix\n    neovim = {\n      url = \"github:codebam/neovim\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n      inputs.mnw.follows = \"mnw\";\n    };\n```\n\n- import both the home-manager modules wherever you put your `./home.nix`\n\n```nix\n                  inputs.mnw.homeManagerModules.default\n                  inputs.neovim.homeManagerModules.default\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Fneovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebam%2Fneovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Fneovim/lists"}