{"id":29028285,"url":"https://github.com/shellraining/nvim","last_synced_at":"2025-06-26T07:06:14.631Z","repository":{"id":274129109,"uuid":"910480496","full_name":"shellRaining/nvim","owner":"shellRaining","description":"my own neovim config, fast and elegant~","archived":false,"fork":false,"pushed_at":"2025-06-11T00:40:43.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T20:59:58.164Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shellRaining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-12-31T11:46:02.000Z","updated_at":"2025-06-11T00:40:47.000Z","dependencies_parsed_at":"2025-01-25T05:19:47.632Z","dependency_job_id":"fc23916d-6298-46df-bce1-eeee492183c8","html_url":"https://github.com/shellRaining/nvim","commit_stats":null,"previous_names":["shellraining/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shellRaining/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellRaining%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellRaining%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellRaining%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellRaining%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellRaining","download_url":"https://codeload.github.com/shellRaining/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellRaining%2Fnvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018766,"owners_count":23245623,"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-06-26T07:06:13.966Z","updated_at":"2025-06-26T07:06:14.619Z","avatar_url":"https://github.com/shellRaining.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShellRaining's Neovim Configuration\n\n一个快速、现代化的 Neovim 配置，专注于提供流畅的开发体验。\n\n## 运行需求\n\n### 必需组件\n\n- Neovim \u003e= 0.9.0\n- Git\n- 一个 Nerd Font 字体\n- Node.js \u003e= 18 (用于 LSP 支持)\n- gcc/clang (用于编译某些插件)\n- ripgrep (用于全文搜索)\n- lazygit (用于 Git 集成)\n- fd (用于文件查找)\n\n### 可选组件\n\n- Python3 (用于某些插件)\n- cargo (用于安装 rust 相关工具)\n- stylua (用于 Lua 格式化)\n- black (用于 Python 格式化)\n- prettier (用于前端代码格式化)\n\n## 项目特色\n\n### 1. 高度模块化\n\n- 清晰的目录结构\n- 独立的插件配置文件\n- 易于维护和定制\n\n### 2. 智能补全\n\n- 支持 `cmp` 和 `blink` 两种补全引擎\n- 支持多种补全源\n- GitHub Copilot 集成\n- 智能路径补全\n\n### 3. LSP 支持\n\n- 开箱即用的 LSP 配置\n- 多种语言支持\n- 实时诊断和修复建议\n\n### 4. 高效搜索\n\n- 支持 telescope 和 fzf 两种搜索引擎\n- 快速文件跳转\n- 全文内容搜索\n\n### 5. 美观界面\n\n- 多主题支持（tokyonight、evergarden、catppuccin）\n- 支持透明背景\n- 现代化启动界面\n\n## 项目结构\n\n### 文件结构\n\n```plaintext\n📁 ~/.config/nvim\n├── 📁 lua/\n│ ├── 📁 core/ # 核心配置\n│ │ ├── 📄 init.lua # 入口文件\n│ │ ├── 📄 options.lua # 基础设置\n│ │ ├── 📄 keymaps.lua # 键位映射\n│ │ └── 📄 config.lua # 用户配置\n│ └── 📁 plugins/ # 插件配置\n├── 📁 snippets/ # 代码片段\n└── 📄 init.lua # 主入口文件\n```\n\n### 键位映射结构\n\n- `\u003cSpace\u003e` 作为 leader 键\n- 常用功能映射：\n  - `\u003cleader\u003ef` - 文件操作\n  - `\u003cleader\u003eg` - Git 操作\n  - `\u003cleader\u003ec` - LSP 相关\n  - `\u003cleader\u003et` - 终端操作\n  - `\u003cleader\u003es` - 会话管理\n  - `\u003cleader\u003ex` - 诊断列表\n  - `\u003cleader\u003er` - 替换操作\n\n### 用户配置结构\n\n用户可以通过修改 `lua/core/config.lua` 来自定义配置：\n\n- 主题选择\n- 搜索工具选择\n- 补全引擎选择\n- 自动命令开关\n- LSP 工具选择\n\n## 贡献指南\n\n欢迎提交 Issue 和 Pull Request！在提交之前，请确保：\n\n1. 代码符合项目的代码风格\n2. 新功能有适当的文档说明\n3. 不破坏现有功能\n\n## 许可证\n\nMIT License\n\n## 致谢\n\n感谢以下项目的启发：\n\n- LazyVim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellraining%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellraining%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellraining%2Fnvim/lists"}