Hacker News Viewer

Neovim 0.12.0

by pawelgrzybek on 3/29/2026, 5:39:55 PM

https://github.com/neovim/neovim/releases/tag/v0.12.0

Comments

by: imjonse

It probably goes against Vim tradition, culture and freedom to choose, but I wish they added even more built-in features (like Helix) that are currently implemented in competing and sometimes brittle plugins and have to be put together into also competing vim starter packs and distros of plugins and config files just to have a modern setup out of the box.

3/29/2026, 7:42:58 PM


by: helterskelter

Up next for 0.13: multiple cursors! I have no idea what I&#x27;d do with this feature but it sounds intriguing.<p><a href="https:&#x2F;&#x2F;neovim.io&#x2F;roadmap&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neovim.io&#x2F;roadmap&#x2F;</a>

3/29/2026, 6:51:52 PM


by: nickandbro

If anybody wants to checkout my site to learn the basics of vim. Here it is:<p><a href="https:&#x2F;&#x2F;vimgolf.ai" rel="nofollow">https:&#x2F;&#x2F;vimgolf.ai</a><p>I proxy to neovim instances for each level. Still working out some kinks but soon to complete it

3/29/2026, 7:35:15 PM


by: toisanji

Is anyone using them vim with Claude or any of these coding tools? I want to, but I haven’t found a good workflow.

3/29/2026, 7:01:55 PM


by: benrutter

Always interesting when a project stays 0 ver for so long- anyone close to the project know what would be considered significant enough for a &quot;v1&quot; release?

3/29/2026, 6:22:58 PM


by: mi_lk

&gt; - d21b8c949ad7 pack: add built-in plugin manager `vim.pack<p>Can someone try to sell me this over lazy.nvim? I asked Claude to convert lazy config to pack and I was not happy with it because how verbose it turned out

3/29/2026, 6:27:03 PM


by: butterlesstoast

With all the supply chain attacks this last week, little hesitant to upgrade.

3/29/2026, 7:45:38 PM


by: c-hendricks

I unintentionally ran the main branch when testing some changes and a lot of my config broke (mostly around LSPs, CodeCompanion was much slower streaming its responses) so might wait a bit before upgrading.

3/29/2026, 6:33:54 PM


by: shmerl

Congrats on diff mode improvements. Hopefully forge style highlighting mode for two way diffs will be available next.

3/29/2026, 7:30:21 PM


by: semiinfinitely

the zig build system is the only thing that actually matters in these notes. nobody maintains a parallel build system for fun—it&#x27;s a clear signal they&#x27;re finally pathfinding a way to migrate the core away from legacy c. zig&#x27;s native interop is basically the only way to do this incrementally without the massive friction of a full rust rewrite. definitely makes nvim feel like a much more serious environment for systems-level performance work.

3/29/2026, 6:54:05 PM


by: brcmthrowaway

I&#x27;m using VIM - Vi IMproved 9.1. What am I missing?<p>I&#x27;m kind of desperate to switch. Getting massive FOMO from colleagues using VS Code. But I really like using the keyboard to navigate. What should I do?<p>Does NeoVim support Claude Code?

3/29/2026, 6:34:00 PM


by: jauntywundrkind

I&#x27;ve been loving NeoVim with AstroNvim so much. I&#x27;d done some editor configuration and it felt daunting and mostly just... didn&#x27;t. And I was not good about using the leader key, because of tmux to zellij problems, that nothing was discoverable (zellij adds visual overlays to guide you through usage, unlike tmux&#x27;s memorize everything approach). AstroNvim has changed both of these so much for me: there&#x27;s excellent community packs (<a href="https:&#x2F;&#x2F;github.com&#x2F;AstroNvim&#x2F;astrocommunity" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AstroNvim&#x2F;astrocommunity</a>) that are easy to drop in that have good configuration out of the box for everything you could want to do, and the leader key has a wonderful little bottom-of-screen UI for itself that helps you discover what&#x27;s available (that astronvim plugins naturally grow&#x2F;augment).<p>On Neovim, very exciting and interesting to see 0.12.0. It&#x27;ll be interesting to see if folks really do migrating and at what speed to the new built-in plugin system. There&#x27;s still dozens of other still used plugin systems, but LazyVim seems to have really cemented itself as the lead (and is used in AstroNvim). It feels like vim-pack is trying to be lighter still. Will it work? Will it get adopted? Will be neat to see. PR for vim-pack: <a href="https:&#x2F;&#x2F;github.com&#x2F;neovim&#x2F;neovim&#x2F;pull&#x2F;34009" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neovim&#x2F;neovim&#x2F;pull&#x2F;34009</a><p>Last, I still dream of a day where neovim headless is capable of running multiple different clients at once. The rpc architecture is so powerful and so amazing. But we&#x27;re still (afaik) anchored to having once canonical screen, where-as I want to be able to have multiple editors, looking at different views of the workspace, with different layouts, and specialty windows like IDE debuggers in their own layouts. It&#x27;s hard to dream of neovim disaggregating itself, blowing up the screen.c, but maybe maybe maybe maybe some decade, possibly, I hope.

3/29/2026, 7:12:11 PM


by: semiinfinitely

why put a built-in plugin manager. and if so why make it pack not lazy

3/29/2026, 6:44:08 PM