OpenBSD port for Neovim text editor updated for the latest release 0.12.0 #Neovim #OpenBSD github.com/openbsd/port...
#neovim Development News
The 0.12 version uses `pipe()` and not `socketpair()` when 'shelltemp' option is disabled.
This should improve Linux experience in some use cases when using special files that can be reopened.
PR:
- github.com/neovim/neovi...
📦 JetBrains #PHP stubs bundled directly in the binary – zero runtime downloads.
🆚 Intelephense: 1 min 25 s & 520 MB. PHPStorm: 19 min & 2 GB. PHPantom: 10 ms & 7 MB.
🛠️ Works with #Zed, #Neovim, #PHPStorm & more.
github.com/AJenbo/phpa...
It's been around 7 years since #vim and later #neovim are my main text/code editors and to this day I don't get this micro management and/or gamification of configs. Spending hours working on it just to cut 17ms from startup time.
I'm doing updates (including plugin updates) to my config very […]
✨ Vim tip for today
@neovim.io 0.12 comes with undotree built in. You don't need a plugin for it. How cool!
```
vim.cmd("packadd nvim.undotree")
vim.keymap.set("n", "<leader>u", require("undotree").open)
```
#neovim #vim
Happy "Terminal Tuesday" everyone! 🎉📢
For our 2nd episode, we had Mark Hegreberg showcase a powerful Windows workflow built around Arch Linux + WSL + PowerToys
▶️ Watch it here: www.youtube.com/watch?v=cLWL...
🌀 terminalcollective.org
#terminal #cli #neovim #tmux #wsl #archlinux #dotfiles
La nouvelle version de #neovim 0.12 est dans le repo extra-testing d'Arch et je prie pour que ça sorte avant les playoffs nba parce que réécrire une bonne partie de sa config juste pour tester le nouveau plugin manager intégré, ça prend du temps.
#Neovim 0.12 is out! Here the list of features I’m checking out first: cj.rs/blog/nvim0.12/
💬 Feel free to comment here!
#blog #blogging #nvim
Years of #clipboard hell: yank in #neovim, pray it survives two #tmux layers + #SSH (It NEVER did)
Finally hunted it down with #Claude Code and the fix was monadic: escape the escape, wrap the wrap
I should write this up, but for now: I like piña coladas, and getting caught in the rain 🍹
Neovim 0.12 is here 🎉
github.com/neovim/neovi...
#neovim
Most liked #neovim 0.12 features (places 5-1):
N5: bsky.app/profile/did:...
N4: bsky.app/profile/did:...
N3: bsky.app/profile/did:...
N2: bsky.app/profile/did:...
N1: bsky.app/profile/did:...
Most liked #neovim 0.12 features (places 10-5):
N10: bsky.app/profile/did:...
N9: bsky.app/profile/did:...
N8: bsky.app/profile/did:...
N7: bsky.app/profile/did:...
N6: bsky.app/profile/did:...
#neovim version 0.12.0 is out! Almost exactly a year of hard work since 0.11.0.
Huge thanks to everyone who worked on it, as well as to all Neovim users!
Release: github.com/neovim/neovi...
News: github.com/neovim/neovi...
Changelog: github.com/neovim/neovi...
Here are top 10 most liked features:
While you wait for a 0.12.0 release (should be very soon, we promise), here is a 0.11.7 #neovim maintenance release!
Release: github.com/neovim/neovi...
Changelog: github.com/neovim/neovi...
neovim users: do you use a terminal or one of the neovim guis?
#neovim
New post: The Markdown Link no. 13
Among today’s links are markdown editors Minknote, @SilverBulletMD and MKeditor, markdown reader/viewer Readdown, a mini guide to Neovim/Vim, and the ultimate markdown set up in the Micro Journal Rev. 2.
https://md-handbook.com/blog/markdown-link-no-13/ […]
I didn't expect learning a text editor to change how I used my computer.
Vim motions led me to using a tiling window manager, then a browser extension, and now I barely touch my mouse.
#vim #vimmotions #neovim
www.keijilohier.com/blogs/vim-mo...
Running 5+ Claude Code instances in tmux and tired of checking which one needs attention? 😩
Built a tiny Claude Code plugin: a pixel-art overlay pops up in tmux ✨, shows which window needs me, Enter to jump there.
📺 konstantin-denerz.com/cc-notifynub...
#ClaudeCode #tmux #CLI #neovim #genai
#neovim Development News
The 0.12 version will update `:source` command to work smarter when executed with a range. In non-Lua files (like help files) it will detect Lua codeblocks via treesitter and execute them as Lua.
PR:
- github.com/neovim/neovi...
Because of slop concern, @drewdevault is forking Vim to make Vim-classic with the laudable goal of "not changing anything"
drewdevault.com/2026/03/25/2026-03-25-Fo...
What’s funny is that I’m, at the same time, toying with "vis", which is Vim without a lot of things I don’t […]
Been using github.com/nvim-mini/mi... to test making a #neovim plugin and boy howdy is it so cool to have a "screenshot" feature. For any passing test, you can have it take a text screenshot of the neovim child process and future tests will compare against it to check if any characters change.
New intro screen of Neovim. On top - ASCII art from box drawing characters of a capital letter "N", left leg is cyan, the rest is green. Just below it - text "NVIM v0.12.0" in green. The rest are the same sections as were in previous intro screen, but with muted grey horizontal separators between sections and extra highlighted commands (like `:help<Eenter>`).
#neovim Development News
The 0.12 version will have a fancy intro screen.
Beyond showcasing the logo, it visually enhances some parts for better readability. Special highlighting works in any color scheme.
PR:
- github.com/neovim/neovi...
Does anyone here like my neovim? It uses nerdtree as my file explorer on the right and on the left is my programing (JAVA).
Nerdtree is a neovim plugin which works pretty well. If anyone got suggestions on plugins or improvements say here.
neovim.io
My - shorturl.at/pKQML
#linux #vim #neovim #cool
Giving #Helix editor a spin this week. Built-in LSP, tree-sitter, file tree, command palette with keybinding hints. Configuration took 15 minutes (with AI help!) and I have everything I need. Feels like someone took everything I wanted from #Neovim and just shipped it. 🤔
More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!
I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or […]
[Original post on hachyderm.io]
Tomorrow I should receive my new #keebio Iris LM #keyboard.
I'm switching my local #Linux #development vm from vanilla #Ubuntu to #linuxmint #xfce.
I'm also in the middle of moving from #vscode to #neovim for#coding.
That's a lot of change crammed together for my day to day work. Ngl I'm […]
You are a vim/neovim user. You have a few plugins installed.
How do you remind yourself of those that you are not using on a regular basis?
I guess the question applies to any text editor or IDE.
#vim #neovim
One of the core maintainers @echasnovski.com , and the author of `mini.nvim` just published this superb explainer of vim.pack with a handy migration guide. Incredible post for all Neovim users, worth reading before the upcoming release of @neovim.io 0.12.
echasnovski.com/blog/2026-03...
#neovim
Tempted by a new Neovim setup? @echasnovski.com MiniMax offers a stable foundation you control from the start.
Not a distro, but a powerful base for your own config. Ideal for new users or those avoiding complex migrations. #Neovim #MiniMax #Vim #Editor #Programming