this post was submitted on 20 Jan 2025
783 points (97.1% liked)

Programmer Humor

22540 readers
1796 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] stetech@lemmy.world 5 points 2 months ago (1 children)

Am not a Neovim user. How do you make the lines show up next to the directory contents listing?

[–] callmepk@lemmy.world 6 points 2 months ago (1 children)

That’s a plugin called oil.nvim, which allows you to navigate and edit filesystem as if it’s a neovim buffer

[–] stetech@lemmy.world 3 points 2 months ago* (last edited 4 weeks ago)

Thanks!

I’ll add that onto my ~~pile~~ list of things to look into again once Helix gets its plugin functionality…

Edit: I’ve just ended up using Yazi from within Helix for this. :D