← スキル一覧に戻る

using-nvim
by WarrenZhu050413
A personal plugin marketplace for Claude Code
⭐ 5🍴 0📅 2025年12月3日
SKILL.md
name: "Using Nvim" description: "Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure."
Using Nvim
Warren's Neovim: ~/.config/nvim
Critical Rule
BEFORE answering Neovim questions:
- Read config files from ~/.config/nvim/
- Understand Warren's setup, plugins, settings
- Base answers on actual config, not assumptions
Directory Structure
~/.config/nvim/
├── init.lua # Entry point
├── lua/
│ ├── plugins/ # Plugin configs
│ │ ├── lsp.lua # LSP (pyright)
│ │ ├── treesitter.lua # Syntax
│ │ └── telescope.lua # Fuzzy finder
│ ├── config/ # Custom settings
│ └── utils/ # Helpers
└── after/ # After-load
Standard Directories
- Config: ~/.config/nvim/
- Data: ~/.local/share/nvim/ (plugins, state, shada)
- Cache: ~/.cache/nvim/ (temp, swap)
- State: ~/.local/state/nvim/ (persistent)
LSP & Plugins
- Python LSP: pyright (in lua/plugins/lsp.lua)
- Auto venv: checks venv/, .venv/, env/, virtualenv/, $VIRTUAL_ENV
- Custom paths: pyrightconfig.json with
extraPaths: ["."] - Plugin specs: lua/plugins/*.lua (lazy.nvim)
- Plugin data: ~/.local/share/nvim/lazy/
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です