27 lines
471 B
Markdown
27 lines
471 B
Markdown
# Neovim Configuration
|
|
|
|
Modular Neovim setup for TypeScript/JavaScript development.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
# Clone to config directory
|
|
git clone <repo-url> ~/.config/nvim
|
|
|
|
# Symlink dotfiles (optional)
|
|
./setup.sh
|
|
|
|
# Launch Neovim - plugins install automatically
|
|
nvim
|
|
```
|
|
|
|
## Features
|
|
|
|
- LSP with TypeScript/JavaScript support
|
|
- Autocompletion and snippets
|
|
- Telescope fuzzy finder
|
|
- Treesitter syntax highlighting
|
|
- Format-on-save with Prettier
|
|
|
|
Leader key: `<Space>`
|