{"id":20951322,"url":"https://github.com/jint-lzxy/nvimconfig","last_synced_at":"2025-07-17T12:41:19.484Z","repository":{"id":37040545,"uuid":"489549111","full_name":"Jint-lzxy/nvimconfig","owner":"Jint-lzxy","description":"My personal Neovim config.","archived":false,"fork":false,"pushed_at":"2025-06-01T06:47:31.000Z","size":1852,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T15:18:54.355Z","etag":null,"topics":["lua","neovim","neovim-configuration","nvim","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jint-lzxy.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":"2022-05-07T02:42:16.000Z","updated_at":"2025-06-01T06:47:34.000Z","dependencies_parsed_at":"2023-11-10T14:36:40.435Z","dependency_job_id":"8c4efa8c-53fe-4d50-8e83-933e3e9de44d","html_url":"https://github.com/Jint-lzxy/nvimconfig","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Jint-lzxy/nvimconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jint-lzxy%2Fnvimconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jint-lzxy%2Fnvimconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jint-lzxy%2Fnvimconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jint-lzxy%2Fnvimconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jint-lzxy","download_url":"https://codeload.github.com/Jint-lzxy/nvimconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jint-lzxy%2Fnvimconfig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265607323,"owners_count":23797120,"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":["lua","neovim","neovim-configuration","nvim","vimrc"],"created_at":"2024-11-19T00:58:18.061Z","updated_at":"2025-07-17T12:41:19.449Z","avatar_url":"https://github.com/Jint-lzxy.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    nvimconfig\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/neovim/neovim/releases/tag/stable\"\u003e\n    \u003cimg\n        alt=\"Neovim Version Capability\"\n        src=\"https://img.shields.io/badge/Supports%20Nvim-v0.10-A6D895?style=for-the-badge\u0026colorA=363A4F\u0026logo=neovim\u0026logoColor=D9E0EE\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/Jint-lzxy/nvimconfig/issues\"\u003e\n    \u003cimg\n        alt=\"Issues\"\n        src=\"https://img.shields.io/github/issues-raw/Jint-lzxy/nvimconfig?colorA=363A4f\u0026colorB=F5A97F\u0026logo=github\u0026logoColor=D9E0EE\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003cimg\n        alt=\"Code Size\"\n        src=\"https://img.shields.io/github/languages/code-size/Jint-lzxy/nvimconfig?colorA=363A4F\u0026colorB=DDB6F2\u0026logo=gitlfs\u0026logoColor=D9E0EE\u0026style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n## 🪷 Introduction\n\nThis repo hosts my [Neovim](https://neovim.io/) configuration for Linux, macOS, and Windows. `init.lua` is the config entry point.\n\nBranch info:\n\n\u003cdiv align=\"center\"\u003e\n\n|   Branch   | Supported Neovim version |\n| :--------: | :----------------------: |\n|   master   |     nvim 0.10 stable     |\n|    0.9     |         nvim 0.9         |\n| legacy-0.8 |         nvim 0.8         |\n\n\u003c/div\u003e\n\n\u003e [!CAUTION]\n\u003e This Neovim config is provided as-is, and I've only tested it on my own devices, so bugs are possible, especially on Windows, and I **won't** be fixing them. If you're interested in this config, please kindly have a look at [ayamir/nvimdots](https://github.com/ayamir/nvimdots) which we maintain. It also offers many wonderful features that I personally don't need, such as NixOS support.\n\n### 🎐 Features\n\n- **Fast.** Less than **30ms** to start (Depends on SSD and CPU, tested on Zephyrus G14 2022 version).\n- **Simple.** Runs out of the box.\n- **Modern.** Pure `lua` config.\n- **Modular.** Easy to customize.\n- **Powerful.** Full functionality to code.\n\n## 🏗 How to Install\n\nSimply run the following interactive bootstrap command, and you should be all set 👍\n\n- **Windows** _(Note: This script REQUIRES `pwsh` \u003e `v7.1`)_\n\n```pwsh\nSet-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Jint-lzxy/nvimconfig/HEAD/scripts/install.ps1'))\n```\n\n- **\\*nix**\n\n```sh\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/Jint-lzxy/nvimconfig/HEAD/scripts/install.sh)\"\n```\n\n## 🎉 Acknowledgement\n\n- [ayamir/nvimdots](https://github.com/ayamir/nvimdots)\n\n## 📜 License\n\nThis Neovim configuration is released under the BSD 3-Clause license, which grants the following permissions:\n\n- Commercial use\n- Distribution\n- Modification\n- Private use\n\nFor more convoluted language, see the [LICENSE](https://github.com/Jint-lzxy/nvimconfig/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjint-lzxy%2Fnvimconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjint-lzxy%2Fnvimconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjint-lzxy%2Fnvimconfig/lists"}