nvim/README.md
2025-11-04 01:32:31 -07:00

471 B

Neovim Configuration

Modular Neovim setup for TypeScript/JavaScript development.

Installation

# 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>