Tootfinder

Opt-in global Mastodon full text search. Join the index!

@vyskocilm@witter.cz
2026-05-05 20:32:36

“Co-Authored-By: Copilot”
I was ignoring Microsoft and their "free" editor before it was cool. It is just funny how many people felt the need to tell me how greybeard, backward and uncool I am when using #neovim

@epiceric@mastodon.xyz
2026-04-08 21:29:03

You don't have to leave your Zellij session, or install anything, to share it across CGNAT! All you need to do is run:
```
ssh -R 80:localhost:8082 demo.sandhole.com.br
```
And thanks to Sandhole (sandhole.com.br), you get your own (temporary) HTTPS subdomain with zero config!

A browser running a Zellij session over HTTPS under a subdomain of demo.sandhole.com.br. Across the different panes and tabs, you can see a Neovim editor, the Sandhole logs, and the Zellij share session window.
@jeang3nie@social.linux.pizza
2026-04-04 00:45:23

I've been attempting to configure Vim-Classic in a way that works for my taste.
sr.ht/~sircmpwn/vim-classic/
This is Drew Devault's fork of Vim from around 8.2, before the codebase was tainted by llm commits. I've been using Neovim long enough that I got really used to Lua …

@vyskocilm@witter.cz
2026-03-30 15:43:56

TIL: Incremental selection is available by default in Nvim 0.12, see `:help v_in`.
#neovim

@nelov@social.linux.pizza
2026-04-01 05:12:10

So I just got familiar with #neovim thanks to #lazyvim But now nevom v. 0.12 was released and it brings breaking changes. If my research if correct, breaking changes happen kinda often, which I don't have time and energy to fight.
Seems like this will be my return to

@jeang3nie@social.linux.pizza
2026-04-01 02:11:50

It feels obvious that llm's have no place in free and open source software. Apparently it isn't, at least not to everyone. I recently became interested in exploring the scope of the problem after finding out that both Vim and Neovim not only don't have policies banning llm contribution, but already contain fairly significant amounts of llm generated code.

@al3x@hachyderm.io
2026-03-21 19:06:11

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 #emacs #intellij #VSCode

@vyskocilm@witter.cz
2026-04-24 09:08:25

It's funny and sad at the same time to see Claude Code struggling with the same problems I do as a software developer.
The latest incarnation was that it got the design wrong because it could not get through the reflection- and annotation-heavy Java Spring Boot code. Pointing it to the equivalent explicit code in Go made it clear.
My human feedback would be rejected because I am, lazy, grumpy, using neovim and not smart enough to understand the "beauty" of a Spring …