{"id":13486645,"url":"https://github.com/jpmcb/nvim-lua-conf","last_synced_at":"2025-07-30T23:02:31.502Z","repository":{"id":47431697,"uuid":"488742646","full_name":"jpmcb/nvim-lua-conf","owner":"jpmcb","description":"My currated NeoVim experience, all in Lua","archived":false,"fork":false,"pushed_at":"2025-06-14T21:59:59.000Z","size":52,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T23:17:56.654Z","etag":null,"topics":["lua","neovim"],"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/jpmcb.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":"2022-05-04T21:03:52.000Z","updated_at":"2025-06-14T22:00:02.000Z","dependencies_parsed_at":"2023-12-26T22:31:34.374Z","dependency_job_id":"e9b1cc82-bdec-4ceb-9dc5-66b4e7e04f6a","html_url":"https://github.com/jpmcb/nvim-lua-conf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpmcb/nvim-lua-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fnvim-lua-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fnvim-lua-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fnvim-lua-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fnvim-lua-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpmcb","download_url":"https://codeload.github.com/jpmcb/nvim-lua-conf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpmcb%2Fnvim-lua-conf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267959614,"owners_count":24172439,"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-07-30T02:00:09.044Z","response_time":70,"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":["lua","neovim"],"created_at":"2024-07-31T18:00:49.418Z","updated_at":"2025-07-30T23:02:31.435Z","avatar_url":"https://github.com/jpmcb.png","language":"Lua","readme":"This is my all in one, pure Lua NeoVim configuration.\n\n_Warning_: This is best used as a reference.\n\nCurrently, I don't plan to maintain this like a \"configuration distribution\".\nRather, this is my personal, curated experience that you might also like.\nBut there are no releases, no breaking change contracts, and minimal support.\n\nRegardless, if you have a question, feel free to open an issue, pull request, or discussion!\n\n---\n\n## Pre-req\n\n1. Make sure you have Neovim installed on your system. This can easily be done\nvia the [managed pacakge installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) (like with `brew` or `apt`).\n\n```\nsudo apt install neovim\n```\n\nYou'll need a newer version of Nvim (at least 0.9):\n```\n$ nvim --version\nNVIM v0.9.1\nBuild type: Release\nLuaJIT 2.1.0-beta3\n\n   system vimrc file: \"$VIM/sysinit.vim\"\n  fall-back for $VIM: \"/opt/homebrew/Cellar/neovim/0.9.1/share/nvim\"\n\nRun :checkhealth for more info\n\n```\n\n## Quickstart\n\n1. (Optional) Backup your existing Neovim configuration\n\n```sh\ncp -r ~/.config/nvim/ ~/.config/nvim-backup/\n```\n\n2. Clone this repository into your `~/.config/nvim` directory\n\n```sh\ngit clone https://github.com/jpmcb/nvim-lua-conf.git ~/.config/nvim\n```\n\n3. Make sure you have Packer installed on your system. You can read more about\nPacker, installation, and how it works [in their docs](https://github.com/wbthomason/packer.nvim)\n\n```sh\ngit clone --depth 1 https://github.com/wbthomason/packer.nvim\\\n ~/.local/share/nvim/site/pack/packer/start/packer.nvim\n```\n\nBut just in case, Packer _does_ install itself automatically if it's not already present.\nBut be aware that this flow sort of sucks: on first running Nvim after it automatically installs itself,\npacker _returns a ton of errors_ (since the plugin syncing step hasn't been executed yet).\n\n4. Start a new Neovim session and run Packer sync to get all the plugins\n\n```\n:PackerSync\n```\n---\n\n_Lua oh Lua  \nHelp configure NeoVim  \nLua oh Lua_  \n\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmcb%2Fnvim-lua-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpmcb%2Fnvim-lua-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpmcb%2Fnvim-lua-conf/lists"}