#neovim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.
-
How to use multiple Cursors, merged into Neovim nightly, scheduled for release in Neovim 0.13 #Neovim https://blog.olimorris.com/2026/09/02/multiple-cursors-in-neovim-0.13/
-
Finally got around to setting up #neovim to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in #FreeBSD, #AlpineLinux, #macOS, and #Debian.
-
Finally got around to setting up #neovim to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in #FreeBSD, #AlpineLinux, #macOS, and #Debian.
-
#neovim Development News
The 0.12 version updates `:delmarks` command to trigger the `MarkSet` event (with `line` and `col` set to 0).
PR:
- github.com/neovim/neovi...
feat(events): trigger MarkSet ... -
Note to self: Do NOT allow LazyVim to install a shitload of breaking changes when the kids have school tomorrow, even if you're not really intending to work tonight.
-
What a world we live in! I noticed a post by @bremner linking to neovim fighting against removing a DHH quote. Given that DHH actively associates himself with white supremacy and ethnic cleansing, choosing to associate your project with him is quite a choice.
Well. Reading to the end of the thread, the maintainer decided to go out with a bang. I'm not sure this is any better a look than fighting for the DHH quote in the first place, but here we are.
Here's the link to the issue:
https://github.com/neovim/neovim.github.io/issues/501
Here's the patch that was finally accepted:
https://github.com/neovim/neovim.github.io/pull/504
And here's a link to something to use instead of Neovim:
-
Lost in a large codebase? 🔎
I built tgrep.nvim to bring Microsoft’s tgrep search into Neovim, with the fff-plus picker.
• Search as you type
• Preview matches before opening
• Jump into splits or tabs
• Send matches to quickfix
• Use an index, with filesystem fallbackTry :Tgrep in your project. I’d love to hear what would make it fit your workflow.
github.com/vinitkumar/tgrep.nvim
-
Somebody brought this up amid the NVim saga:
https://github.com/neovim/neovim/pull/12680 (EDIT: this was fixed eventually, I'm just using it for context)This reminded me of my own attempt to get the StreetComplete devs to do something similar which didn't really end well:
https://github.com/streetcomplete/StreetMeasure/pull/22#issuecomment-5163263620Gee, let's enforce that against the nonexistent code of conduct: https://github.com/streetcomplete/StreetComplete/issues/7022
Sigh. Welp, I guess I'm not using that anytime soon...
EDIT: The maintainer has changed the language. See https://github.com/streetcomplete/StreetMeasure/commit/513e8e256608732ee42040518dca836f4c558af0 and https://github.com/streetcomplete/StreetMeasure/pull/22#issuecomment-5510238991
I'm not quite happy with how this went down though.
-
RE: https://oldbytes.space/@thelastpsion/116345290344668595
And the results are in!
- Pico C
- Rust
- Free Pascal
- Joint with Pico C++, MicroZig and Yarg.
So, what am I going to do? Well, I'm leaning towards porting the existing Arduino C code to the Pico C SDK. I'm currently using one class for encapsulation and abstraction, but I could replace that with structs and static functions. I'm not a great C programmer, but I'm pretty comfortable with it, so it makes sense
However, before I do that, I see a bigger challenge of getting a good setup without using VS Code. I've been using #NeoVim for a while now, and I'd like to get a comfortable setup using that on #Linux.
So, I'm going to try to build Blinky projects for at least Pico C, Rust and Free Pascal, using Linux and NeoVim. Hopefully this will give me a better feel for how well these languages actually suit me. I've never done any Rust before, either, so that's going to be quite the learning curve!
If I have time, I'm going to give Yarg a go, too, because I think the premise is really cool. If I'm on a roll, I'll try #MicroZig too.
And if I really feel like I have the capacity, I'll port the code to one of these other languages.
I'm acutely aware of all the other projects I've given myself to do, such as the SIBO SDK and other small Psion-related projects, not to mention $dayjob and $reallife. So we'll see how things go!
#Pascal #FreePascal #ObjectPascal #RustLang #YargLang #RaspberryPiPico #PiPico #PiPico2 #RP2040 #RP2350
-
It's still not #officially #released, but I've just #published the #release #notes of the #version 4.0 of the #NormalNvim #Neovim #Distribution
https://normalnvim.github.io/blog/what-is-new-on-4-0/