neovim
Installation
SKILL.md
Neovim
Neovim is the future of Vim. v0.11 (2025) brings built-in completion, enhanced LSP, and mature Tree-sitter integration.
When to Use
- Keyboard Centric: You never want to touch the mouse.
- Speed: You want an editor that starts in 20ms.
- Customization: You want to build your own editor using Lua.
Core Concepts
Lua Config (init.lua)
Configuration is code. Modules, loops, conditionals.
vim.opt.number = true