this post was submitted on 20 Jan 2025
806 points (97.0% liked)

Programmer Humor

21165 readers
1102 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 6 points 1 month ago (1 children)

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

[–] callmepk 7 points 1 month 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 month ago

Thanks!

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