{"id":24651851,"url":"https://github.com/wayjam/vim-config","last_synced_at":"2026-03-27T07:11:52.253Z","repository":{"id":108561365,"uuid":"245771187","full_name":"wayjam/vim-config","owner":"wayjam","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-22T09:52:32.000Z","size":425,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T11:42:28.792Z","etag":null,"topics":["neovim","vim","vim-configuration","vimrc"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayjam.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":"2020-03-08T07:30:46.000Z","updated_at":"2025-07-22T09:52:35.000Z","dependencies_parsed_at":"2024-06-28T13:32:44.311Z","dependency_job_id":"1efa0537-c62f-4671-8f38-e879cdb9f044","html_url":"https://github.com/wayjam/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wayjam/vim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayjam%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayjam%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayjam%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayjam%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayjam","download_url":"https://codeload.github.com/wayjam/vim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayjam%2Fvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31032130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T06:08:13.374Z","status":"ssl_error","status_checked_at":"2026-03-27T06:08:07.217Z","response_time":164,"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":["neovim","vim","vim-configuration","vimrc"],"created_at":"2025-01-25T19:13:17.932Z","updated_at":"2026-03-27T07:11:49.942Z","avatar_url":"https://github.com/wayjam.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoVim Config\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![GitHub repo size](https://img.shields.io/github/repo-size/wayjam/vim-config)\n\nModern NeoVim config.\n\n## Prerequisites\n\n- NeoVim(0.11+)\n\n## Installation\n\nClone this repo and put it to `~/.config/nvim` :\n\n```sh\nmkdir -p ~/.config\ncd ~/.config\ngit clone https://github.com/wayjam/vim-config.git nvim\n```\n\n**_Note_**: Symlink for \"regular\" vim: `ln -s ~/.config/nvim ~/.vim`\n\n## Feature\n\n### Plugin Manager\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim) as plugin manager.\n\nUpdate Plugin(the plugins are not updated automatically):\n\n```sh\n:Lazy\n```\n\n#### LSP \u0026\u0026 Dap \u0026\u0026 Formatter\n\nUsing the Neovim's built-in language server client with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig), and you can install lsp server with [Mason](https://github.com/williamboman/mason.nvim):\n\n```\n:Mason\n```\n\n### Complete\n\nConfigured blink.cmp with [LusSnip](https://github.com/L3MON4D3/LuaSnip) and [friendly-snippets](https://github.com/rafamadriz/friendly-snippets).\n\n## Customize\n\nLua file in `customize/before` will source before all pre-configured plugins,\nLua file in `customize/after` will source after all pre-configured plugins.\n\n## Upgrade\n\n```sh\ncd ~/.config/nvim\ngit pull --ff --ff-only\n```\n\n## Troubleshooting\n\n#### treesitter compile: `error trying to exec 'cc1plus': execvp: No such file or directory`\n\nJust get g++ installed and then treesitter works.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://github.com/wayjam/vim-config/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayjam%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayjam%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayjam%2Fvim-config/lists"}