nvim-lsp
Installation
SKILL.md
Setup LSP
Interactive LSP (Language Server Protocol) configuration for specific languages with proper Mason, nvim-lspconfig, and nvim-cmp integration.
Task
Configure LSP servers for specified languages with proper installation, keybindings, completion integration, and formatting setup.
Workflow
1. Determine Languages
If language argument provided, use it. Otherwise ask:
Which language(s) would you like to set up LSP for? (select multiple)
- TypeScript/JavaScript
- Python
- Rust
Related skills