this post was submitted on 20 Jan 2025
797 points (97.2% liked)

Programmer Humor

20039 readers
1367 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 5 points 1 week ago (1 children)

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

[–] callmepk 6 points 1 week 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 4 points 1 week ago

Thanks!

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