{"id":17654341,"url":"https://github.com/okuuva/nvim","last_synced_at":"2025-03-30T09:21:06.382Z","repository":{"id":184017448,"uuid":"614237813","full_name":"okuuva/nvim","owner":"okuuva","description":"My nvim configuration, based on Christian Chiarulli's \"neovim from scratch\" repo and video series","archived":false,"fork":false,"pushed_at":"2025-02-05T07:28:26.000Z","size":790,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T08:27:36.901Z","etag":null,"topics":["nvim"],"latest_commit_sha":null,"homepage":"https://www.chrisatmachine.com/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okuuva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"christianchiarulli","patreon":"chrisatmachine"}},"created_at":"2023-03-15T07:18:00.000Z","updated_at":"2025-02-05T07:28:30.000Z","dependencies_parsed_at":"2023-07-26T19:23:44.193Z","dependency_job_id":"db0d45f9-af24-49fa-9597-84a550debbed","html_url":"https://github.com/okuuva/nvim","commit_stats":null,"previous_names":["okuuva/nvim"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuuva%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuuva%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuuva%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okuuva%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okuuva","download_url":"https://codeload.github.com/okuuva/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246297525,"owners_count":20754805,"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":["nvim"],"created_at":"2024-10-23T12:13:53.847Z","updated_at":"2025-03-30T09:21:06.353Z","avatar_url":"https://github.com/okuuva.png","language":"Lua","readme":"# Neovim from scratch\n\nEach video will be associated with a branch so checkout the one you are interested in, you can follow along with this [playlist](https://www.youtube.com/watch?v=ctH-a-1eUME\u0026list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ).\n\n## Try out this config\n\nMake sure to remove or move your current `nvim` directory\n\n**IMPORTANT** Requires [Neovim v0.6.0](https://github.com/neovim/neovim/releases/tag/v0.6.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly). \n```\ngit clone https://github.com/LunarVim/Neovim-from-scratch.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, I recommend a node manager like [fnm](https://github.com/Schniz/fnm).\n\n\u003e The computing scientist's main challenge is not to get confused by the complexities of his own making. \n\n\\- Edsger W. Dijkstra\n","funding_links":["https://github.com/sponsors/christianchiarulli","https://patreon.com/chrisatmachine"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokuuva%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokuuva%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokuuva%2Fnvim/lists"}