Releases: WataruNishimura/git-wt.nvim
Releases · WataruNishimura/git-wt.nvim
v0.2.0
What's Changed
- feat: add claudecode.nvim and terminal buffer integrations (#3)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.1.0 - Initial Release
Neovim wrapper plugin for the git-wt CLI.
Features
:GitWt- Telescope picker (falls back tovim.ui.select) for interactive worktree selection:GitWt <branch> [start-point]- Switch to worktree or create a new one, mirroringgit wtCLI behavior:GitWt list- List all worktrees:GitWt delete <branch> [--force]- Delete a worktree:GitWt status- Show current worktree info- Automatic
cdon switch — neo-tree, lualine, and other plugins follow viaDirChangedautocmd - 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
- Neovim >= 0.10
- git-wt CLI
- telescope.nvim (optional)