Skip to content

Releases: WataruNishimura/git-wt.nvim

v0.2.0

10 Mar 10:44
009f6ad

Choose a tag to compare

What's Changed

  • feat: add claudecode.nvim and terminal buffer integrations (#3)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Feb 09:09
9fc0330

Choose a tag to compare

v0.1.0 - Initial Release

Neovim wrapper plugin for the git-wt CLI.

Features

  • :GitWt - Telescope picker (falls back to vim.ui.select) for interactive worktree selection
  • :GitWt <branch> [start-point] - Switch to worktree or create a new one, mirroring git wt CLI behavior
  • :GitWt list - List all worktrees
  • :GitWt delete <branch> [--force] - Delete a worktree
  • :GitWt status - Show current worktree info
  • Automatic cd on switch — neo-tree, lualine, and other plugins follow via DirChanged autocmd
  • Tab completion for subcommands and branch names
  • Telescope picker supports <C-d> to delete worktrees with confirmation
  • Lua API (require("git-wt")) for custom keymaps and workflows
  • Configurable hooks for post-switch actions

Requirements