# Neovim

> Neovim text editor installation and LazyVim setup configuration.

- Skill: `majiayu000/neovim` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/neovim`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/neovim/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/neovim

---


# Neovim — Setup Guide

**Install on Windows**

```powershell
winget install Neovim.Neovim
```

**LazyVim Setup**

```powershell
Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak
git clone https://github.com/LazyVim/starter $env:LOCALAPPDATA\nvim
Remove-Item $env:LOCALAPPDATA\nvim\.git -Recurse -Force
nvim
```

🔗 [LazyVim Extras](https://www.lazyvim.org/extras) | [Java Setup Guide](https://github.com/nvim-java/nvim-java/wiki/Lazyvim)
