{"id":26490163,"url":"https://github.com/kryptxbsa/nvim","last_synced_at":"2026-05-20T06:02:12.099Z","repository":{"id":172147115,"uuid":"539391973","full_name":"KryptXBSA/nvim","owner":"KryptXBSA","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-13T12:47:52.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-26T23:43:55.946Z","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/KryptXBSA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-09-21T08:50:39.000Z","updated_at":"2022-12-18T12:10:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5533b7d0-2117-44f9-91e1-120ac06c69e7","html_url":"https://github.com/KryptXBSA/nvim","commit_stats":null,"previous_names":["alandsleman/nvim","kryptxbsa/nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KryptXBSA%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KryptXBSA%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KryptXBSA%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KryptXBSA%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KryptXBSA","download_url":"https://codeload.github.com/KryptXBSA/nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574735,"owners_count":20474818,"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-03-20T07:56:14.894Z","updated_at":"2026-05-20T06:02:12.030Z","avatar_url":"https://github.com/KryptXBSA.png","language":"Lua","funding_links":["https://github.com/sponsors/christianchiarulli","https://patreon.com/chrisatmachine"],"categories":[],"sub_categories":[],"readme":"# Neovim from scratch\n\n**Update** When I initially created this repo I didn't anticipate the amount of breaking changes, if you'd like to use the same basic config as this one as a base I recommend my new repo: [nvim-basic-ide](https://github.com/LunarVim/nvim-basic-ide)\n\n**Another Update** This repo is updated to work with Neovim 0.8. All packages are pinned in `master` so it should remain stable. Branches will be updated eventually.\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.8.0](https://github.com/neovim/neovim/releases). Please [upgrade](#upgrade-to-latest-release) if you're on an earlier version. \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. (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim) \n\n**NOTE** [Mason](https://github.com/williamboman/mason.nvim) is now used to install and manage LSP servers, DAP servers, linters, and formatters via the `:Mason` command.\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  \n- Wayland users\n\n  [wl-clipboard](https://github.com/bugaevc/wl-clipboard)\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### 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\ngit checkout v0.8.0\nsudo make install\nnvim -v\n```\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%2Fkryptxbsa%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkryptxbsa%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkryptxbsa%2Fnvim/lists"}