{"id":18654022,"url":"https://github.com/thebashpotato/neovim.config","last_synced_at":"2025-10-13T13:06:38.564Z","repository":{"id":156401698,"uuid":"631677537","full_name":"thebashpotato/neovim.config","owner":"thebashpotato","description":"Modern lua Neovim configuration for low level programmers","archived":false,"fork":false,"pushed_at":"2025-09-22T16:54:59.000Z","size":2609,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T18:48:50.841Z","etag":null,"topics":["c","cpp","lua","neovim","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thebashpotato.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":"2023-04-23T19:13:31.000Z","updated_at":"2025-09-22T16:55:02.000Z","dependencies_parsed_at":"2024-02-04T00:26:41.210Z","dependency_job_id":"08a2db08-cd84-420c-a139-213c0743d2f6","html_url":"https://github.com/thebashpotato/neovim.config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thebashpotato/neovim.config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebashpotato%2Fneovim.config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebashpotato%2Fneovim.config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebashpotato%2Fneovim.config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebashpotato%2Fneovim.config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebashpotato","download_url":"https://codeload.github.com/thebashpotato/neovim.config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebashpotato%2Fneovim.config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015273,"owners_count":26085683,"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-13T02:00:06.723Z","response_time":61,"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":["c","cpp","lua","neovim","python","rust"],"created_at":"2024-11-07T07:13:47.415Z","updated_at":"2025-10-13T13:06:38.520Z","avatar_url":"https://github.com/thebashpotato.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eneovim.config\u003c/h1\u003e\n  \u003cimg src=\"./assets/banner.png\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Crates.io\" src=\"https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square\"\u003e\n  \u003cbr\u003e\n  \u003cp\u003eA modular \u003cb\u003eneovim\u003c/b\u003e config with a focus on C/C++ and Rust. Python and Lua are supported out of the box.\n    Used professionally every day for the last 3 years in the embedded development field.\u003c/p\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Install\n\n1. Get Node/Npm via fnm: `curl -fsSL https://fnm.vercel.app/install | bash`\n    - `fnm install --latest`\n\n### Arch Linux\n\n1. **Pacman**\n```bash\nsudo pacman -S base-devel cmake python-pip luarocks wl-clipboard xlclip python-virtualenv clang python-pynvim rustup\n```\n\n2. **Paru**\n```bash\nparu -S cmake-format cmake-language-server\n```\n\n3. **Steps 1 and 2 together**\n```bash\nparu -S cmake-format cmake-language-server base-devel cmake python-pip luarocks wl-clipboard xlclip python-virtualenv clang python-pynvim rustup cmake-format cmake-language-server\n```\n\n4. **Npm**\n```bash\nnpm install -g neovim tree-sitter-cli\n```\n\n5. **Rustup**\n```bash\nrustup component add rust-analyzer\n```\n\n\n### Neovim Config\n\nThere isn't much to install, just copy the `nvim` directory to `~/.config/nvim`.\nBut for the sake of commands..\n\n```bash\n# clone the repo to home\ngit clone --depth 1 https://github.com/thebashpotato/neovim.config.git ~/\n\n# make a soft link to the config\nln -s $(pwd)/neovim.config/nvim ~/.config/nvim\n\n# open nvim and let it set up\nnvim\n```\n\n## Usage\n\nSee the [Dap configs](./dap-configs) for per-project language configurations.\n\n\u003e Copy `./dap-configs/nvim-dap-cpp.lua` to `your_project/.nvim-dap.lua` and update\n\u003e the dap.configurations.\u003clang\u003e to match your binary.\n\n## Maintainers\n\n[@thebashpotato](https://github.com/thebashpotato)\n\n## Contributing\n\nPRs accepted.\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\nAGPLv3 © 2022 Matt Williams\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebashpotato%2Fneovim.config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebashpotato%2Fneovim.config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebashpotato%2Fneovim.config/lists"}