this post was submitted on 04 Jun 2025
721 points (93.6% liked)

Programmer Humor

23899 readers
1596 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
[–] pixxelkick@lemmy.world 4 points 2 days ago

I still boot in sub 1s so I don't know what you mean by "bloated"

Lazy allows you to boot ultra fast by loading stuff in the background later, so "bloat" doesn't matter

nvim-dap does literally nothing until you trigger it, so it's only impact on my startup is like 3 hotkey registrations :p

It's a perfectly fine debugger, works great. The fact I can telescope search to fzf my stack trace actually kind of makes it superior? Like you can't do that sorta stuff in any other IDE I know of

Also all my navigation stuff like telescope/harpoon/etc still apply when debugging, so I can literally debug faster jumping around the stack trace with hotkeys.

Neovim doesn't get any less awesome when it comes to debugging, a lot of it's power still applies just as much haha