{"id":17099704,"url":"https://github.com/halilb/nvim-config","last_synced_at":"2026-04-16T19:09:13.695Z","repository":{"id":69722770,"uuid":"452427571","full_name":"halilb/nvim-config","owner":"halilb","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-03T09:58:43.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T18:19:27.349Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halilb.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":"2022-01-26T20:20:58.000Z","updated_at":"2024-10-03T09:58:47.000Z","dependencies_parsed_at":"2023-12-01T13:44:45.264Z","dependency_job_id":"f36532c3-d292-4775-aa9b-eac79a10e068","html_url":"https://github.com/halilb/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilb%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilb%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilb%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilb%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halilb","download_url":"https://codeload.github.com/halilb/nvim-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245145631,"owners_count":20568163,"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":"2024-10-14T15:11:08.645Z","updated_at":"2026-04-16T19:09:08.663Z","avatar_url":"https://github.com/halilb.png","language":"Lua","funding_links":["https://github.com/sponsors/christianchiarulli","https://patreon.com/chrisatmachine"],"categories":[],"sub_categories":[],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilb%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalilb%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilb%2Fnvim-config/lists"}