·neovim

Neovim 配置的综合指南 - 一个模块化、性能优化的基于 Lua 的 IDE。在配置插件、添加键绑定、设置 LSP 服务器、调试或扩展配置时使用。涵盖lazy.nvim、9个类别的82多个插件、DAP调试、AI集成和性能优化。

36安装·1热度·@julianobarbosa

安装

$npx skills add https://github.com/julianobarbosa/claude-code-skills --skill neovim

SKILL.md

A comprehensive guide for working with this modular, performance-optimized Neovim configuration built on lazy.nvim.

| Plugin Manager | lazy.nvim | | Total Plugins | 82 | | Target Startup | <50ms | | Module Pattern | M.setup() | | Leader Key | |

| lazy = true | Default, load on demand | Most plugins | | event = "VeryLazy" | After UI loads | UI enhancements | | event = "BufReadPre" | When opening files | Treesitter, gitsigns | | event = "InsertEnter" | When typing | Completion, autopairs | | cmd = "CommandName" | On command invocation | Heavy tools |

Neovim 配置的综合指南 - 一个模块化、性能优化的基于 Lua 的 IDE。在配置插件、添加键绑定、设置 LSP 服务器、调试或扩展配置时使用。涵盖lazy.nvim、9个类别的82多个插件、DAP调试、AI集成和性能优化。 来源:julianobarbosa/claude-code-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill neovim
分类
</>开发工具
认证
收录时间
2026-02-04
更新时间
2026-02-18

快速解答

什么是 neovim?

Neovim 配置的综合指南 - 一个模块化、性能优化的基于 Lua 的 IDE。在配置插件、添加键绑定、设置 LSP 服务器、调试或扩展配置时使用。涵盖lazy.nvim、9个类别的82多个插件、DAP调试、AI集成和性能优化。 来源:julianobarbosa/claude-code-skills。

如何安装 neovim?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/julianobarbosa/claude-code-skills --skill neovim 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/julianobarbosa/claude-code-skills