{"id":24216641,"url":"https://github.com/creativecodecat/lunavim","last_synced_at":"2026-05-10T18:35:54.985Z","repository":{"id":141108264,"uuid":"525505791","full_name":"CreativeCodeCat/lunavim","owner":"CreativeCodeCat","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-05T15:51:50.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T05:06:58.769Z","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/CreativeCodeCat.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}},"created_at":"2022-08-16T18:52:17.000Z","updated_at":"2023-02-03T19:27:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"81b63154-0e33-4b62-99e0-a0987fe3015b","html_url":"https://github.com/CreativeCodeCat/lunavim","commit_stats":null,"previous_names":["hecodes2much/lunavim","creativecodecat/lunavim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Flunavim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Flunavim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Flunavim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Flunavim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreativeCodeCat","download_url":"https://codeload.github.com/CreativeCodeCat/lunavim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241721766,"owners_count":20009232,"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","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-01-14T04:22:48.019Z","updated_at":"2026-05-10T18:35:54.955Z","avatar_url":"https://github.com/CreativeCodeCat.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LunaVim\n\n## Try out this config\n\nMake sure to remove or move your current `nvim` directory\n\n**IMPORTANT** Requires [Neovim v0.8.0]](https://github.com/neovim/neovim/releases).  [Upgrade](#upgrade-to-latest-release) if you're on an earlier version. \n```\ngit clone https://github.com/The-Repo-Club/lunavim.git ~/.config/nvim\n```\n\nRun `nvim` and wait for the plugins to be installed \n\n**NOTE** (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim) \n\n## Get healthy\n\nOpen `nvim` and enter the following:\n\n```\n:checkhealth\n```\n\nYou'll probably notice you don't have support for copy/paste also that python and node haven't been setup\n\nSo let's fix that\n\nFirst we'll fix copy/paste\n\n- On mac `pbcopy` should be builtin\n\n- On Ubuntu\n\n  ```\n  sudo apt install xsel\n  ```\n\n- On Arch Linux\n\n  ```\n  sudo pacman -S xsel\n  ```\n\nNext we need to install python support (node is optional)\n\n- Neovim python support\n\n  ```\n  pip install pynvim\n  ```\n\n- Neovim node support\n\n  ```\n  npm i -g neovim\n  ```\n---\n\n**NOTE** make sure you have [node](https://nodejs.org/en/) installed.\n\n### Upgrade to latest release\n\nAssuming you [built from source](https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start), `cd` into the folder where you cloned `neovim` and run the following commands. \n```\ngit pull\nmake distclean \u0026\u0026 make CMAKE_BUILD_TYPE=Release\nsudo make install\nnvim -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecodecat%2Flunavim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativecodecat%2Flunavim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecodecat%2Flunavim/lists"}