{"id":13622103,"url":"https://github.com/rafa-thayto/lazy-thayto-vim","last_synced_at":"2026-02-20T23:44:38.017Z","repository":{"id":191539250,"uuid":"684867327","full_name":"rafa-thayto/lazy-thayto-vim","owner":"rafa-thayto","description":"LazyVIM blaster master custom configs 🔥","archived":false,"fork":false,"pushed_at":"2025-05-22T20:23:05.000Z","size":160,"stargazers_count":41,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T22:02:41.923Z","etag":null,"topics":["distro","lazyvim","neovim","neovim-config","neovim-dotfiles","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafa-thayto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2023-08-30T02:36:12.000Z","updated_at":"2025-05-22T20:23:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0b2dfbc-0602-4fb5-9f90-0e83420e1944","html_url":"https://github.com/rafa-thayto/lazy-thayto-vim","commit_stats":null,"previous_names":["rafa-thayto/lazy-vim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafa-thayto/lazy-thayto-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafa-thayto%2Flazy-thayto-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafa-thayto%2Flazy-thayto-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafa-thayto%2Flazy-thayto-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafa-thayto%2Flazy-thayto-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafa-thayto","download_url":"https://codeload.github.com/rafa-thayto/lazy-thayto-vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafa-thayto%2Flazy-thayto-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29667999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T23:24:07.480Z","status":"ssl_error","status_checked_at":"2026-02-20T23:24:06.202Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["distro","lazyvim","neovim","neovim-config","neovim-dotfiles","nvim"],"created_at":"2024-08-01T21:01:14.169Z","updated_at":"2026-02-20T23:44:32.999Z","avatar_url":"https://github.com/rafa-thayto.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# 💤 LazyThaytoVim\n\nA starter template for [LazyVim](https://github.com/LazyVim/LazyVim).\nRefer to the [documentation](https://lazyvim.github.io/installation) to get started.\n\n## 🎥 Check out my videos\n\n- [VIM/Neovim first steps - Zero to hero](https://youtu.be/7U9fVUFYx90?si=a0vMktzzFF3mSQo1)\n- [How to install plugins in Neovim using lazy.nvim](https://youtu.be/W7Jf4bnPcXY?si=ZnwscS28OcrO2AcM)\n- [VIM/Neovim advanced horizontal moves](https://youtu.be/UGtAOHMKvSw?si=seEzJ6hX_hmjbhK-)\n- [How to install Vim/Neovim on Windows](https://youtu.be/gwVe00HVvrk?si=5Bk-a58woBeKTsbF)\n- and much more on my [YouTube Channel](https://www.youtube.com/@thayto_dev)...\n\n## ⚡️ Requirements\n\n- Neovim \u003e= **0.9.0** (needs to be built with **LuaJIT**)\n- Git \u003e= **2.19.0** (for partial clones support)\n- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**\n- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)\n\n## 🚀 Be happy 🥰\n\n- Make a backup of your current Neovim files:\n\n  **Linux/Mac OS:**\n  ```sh\n  mv ~/.config/nvim ~/.config/nvim.bak\n  mv ~/.local/share/nvim ~/.local/share/nvim.bak\n  ```\n\n  **Windows:**\n  ```sh\n  mv $env:LOCALAPPDATA\\nvim $env:LOCALAPPDATA\\nvim.bak\n  mv $env:LOCALAPPDATA\\nvim-data $env:LOCALAPPDATA\\nvim-data.bak\n  ```\n\n- Clone the repo\n\n  **Linux/Mac OS**\n  ```sh\n  git clone https://github.com/rafa-thayto/lazy-thayto-vim ~/.config/nvim\n  ```\n\n  **Windows:**\n  ```sh\n  git clone https://github.com/rafa-thayto/lazy-thayto-vim $env:LOCALAPPDATA\\nvim\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafa-thayto%2Flazy-thayto-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafa-thayto%2Flazy-thayto-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafa-thayto%2Flazy-thayto-vim/lists"}