{"id":27118604,"url":"https://github.com/doga/neovim-lazyvim-config","last_synced_at":"2026-01-21T14:01:30.173Z","repository":{"id":269100207,"uuid":"906416928","full_name":"doga/neovim-lazyvim-config","owner":"doga","description":"LazyVim configuration files for Neovim.","archived":false,"fork":false,"pushed_at":"2024-12-27T23:40:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T07:58:56.590Z","etag":null,"topics":["lazyvim-config","lazyvim-setup","neovim-configuration"],"latest_commit_sha":null,"homepage":"","language":null,"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/doga.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}},"created_at":"2024-12-20T21:31:02.000Z","updated_at":"2024-12-27T23:39:27.000Z","dependencies_parsed_at":"2024-12-20T23:19:29.167Z","dependency_job_id":"fec050bb-0ede-4b13-9b53-68655981e672","html_url":"https://github.com/doga/neovim-lazyvim-config","commit_stats":null,"previous_names":["doga/neovim-lazyvim-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/doga/neovim-lazyvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fneovim-lazyvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fneovim-lazyvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fneovim-lazyvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fneovim-lazyvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doga","download_url":"https://codeload.github.com/doga/neovim-lazyvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doga%2Fneovim-lazyvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28634785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":["lazyvim-config","lazyvim-setup","neovim-configuration"],"created_at":"2025-04-07T07:58:59.278Z","updated_at":"2026-01-21T14:01:30.109Z","avatar_url":"https://github.com/doga.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# neovim-lazyvim-config\n\n[LazyVim](https://www.lazyvim.org/) configuration files for [Neovim](https://neovim.io).\n\n## Install\n\nOnce you have a working Neovim+LazyVim setup, copy into `~/.config/nvim/` the files that you will find under the `dist` directory.\nIt's up to you if you wish these files to overwrite your existing configuration files or not.\n\n## Features\n\n### Color schemes\n\nChoose one of these color schemes by uncommenting it in `lua/plugins/colorscheme.lua`:\n\n- [cobalt](https://vimcolorschemes.com/wurli/cobalt.nvim)\n- [night-owl](https://vimcolorschemes.com/oxfist/night-owl.nvim)\n- [kaganawa](https://dotfyle.com/plugins/rebelot/kanagawa.nvim)\n- [tokyonight](https://dotfyle.com/plugins/folke/tokyonight.nvim)\n- [citruszest](https://github.com/zootedb0t/citruszest.nvim)\n- [falcon](https://vimcolorschemes.com/i/trending/s.falcon)\n- [rasmus](https://vimcolorschemes.com/kvrohit/rasmus.nvim)\n- [blue-moon](https://dotfyle.com/plugins/kyazdani42/blue-moon)\n- [eidolon](https://vimcolorschemes.com/vallen217/eidolon.nvim)\n- [nord](https://www.nordtheme.com/ports/vim)\n- [nordic](https://vimcolorschemes.com/alexvzyl/nordic.nvim)\n- [darkrose](https://vimcolorschemes.com/water-sucks/darkrose.nvim)\n- [monochrome](https://dotfyle.com/plugins/kdheepak/monochrome.nvim)\n- [catppuccin](https://vimcolorschemes.com/catppuccin/nvim)\n\n### Other\n\n- Disables formattiong on save. To re-enable it, simply comment out one line in `lua/config/options.lua`.\n- Adds the [smear-cursor](https://github.com/sphamba/smear-cursor.nvim) plugin that eliminates discontinuous cursor jumps for a smoother UX. This plugin is disabled by default, but enabling it is a simple matter of commenting out one line in `lua/plugins/smear-cursor.lua`.\n- Adds a sample keymap in `lua/config/keymaps.lua`.\n\n## Known bugs\n\nCatppuccin does not seem to work. AFAIK this is a catppuccin and/or Neovim bug that is independent from `neovim-lazyvim-config`. \n\n∎\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fneovim-lazyvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoga%2Fneovim-lazyvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoga%2Fneovim-lazyvim-config/lists"}