Skip to content

feat(nvim): add vim.ui2, undotree, and restart keymap for v0.12#19

Merged
chagui merged 1 commit into
mainfrom
chagui/neovim-v0.12.0
Apr 25, 2026
Merged

feat(nvim): add vim.ui2, undotree, and restart keymap for v0.12#19
chagui merged 1 commit into
mainfrom
chagui/neovim-v0.12.0

Conversation

@chagui
Copy link
Copy Markdown
Owner

@chagui chagui commented Apr 25, 2026

Summary

  • Enable vim._core.ui2 (new in Neovim 0.12) with cmd target and custom pane heights
  • Add mbbill/undotree via lazy.nvim, bound to <leader>u
  • Add <leader>re keymap for :restart
  • Add .typos.toml to allowlist noice (Neovim plugin name)

Test plan

  • Open Neovim and confirm no startup errors from vim._core.ui2
  • Press <leader>u to toggle undotree panel
  • Press <leader>re to restart Neovim
  • Confirm messages render via cmd line (not floating window)

🤖 Generated with Claude Code

- Enable vim._core.ui2 with cmd target and custom heights
- Add mbbill/undotree via lazy.nvim (<leader>u)
- Add <leader>re keymap for :restart
- Add .typos.toml to allow 'noice' (Neovim plugin name)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@chagui chagui merged commit abcfaa4 into main Apr 25, 2026
1 check passed
@chagui chagui deleted the chagui/neovim-v0.12.0 branch April 25, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant