Nicholai 6e8006d935 add git source control integration with gitsigns and diffview
Adds gitsigns.nvim for inline git signs and hunk operations,
diffview.nvim for side-by-side diffs, and Telescope git pickers
under the <leader>g namespace.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 22:38:01 -07:00
2025-11-04 08:40:32 +00:00
2026-01-17 22:22:20 -07:00
2025-11-04 01:29:19 -07:00
2025-11-04 01:16:03 -07:00
2025-11-04 01:32:31 -07:00
2025-11-04 08:22:13 +00:00
2025-11-04 08:22:13 +00:00

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>

Description
No description provided
Readme 168 KiB
Languages
Lua 72%
Shell 28%