Inspired by tools like Grafana that I just discovered, what other cool open source tooling do you use?
Primary code editor: helix Graphical debugger and certain IDE features: vscodium Lots of open source language servers: clangd, rust-analyzer, perl-navigator, … Makefile to compile-comands.json: bear TUI file manager: yazi Better Grep:ripgrep Debugger: gdb(gnu debugger)
syze@discuss.tchncs.de 1 year ago
Neovim with the LunarVim config.
s1nistr4@lemmy.world 1 year ago
LunarVim is great but I really think its better to make your own config and spend the initial investment of getting that set up.
You’ll understand the editor better and because of that can configure it to exactly how you want, and integrate things you regularly use into, and also learn some Lua along the way.
thingsiplay@kbin.social 1 year ago
I recently switched from regular Vim to Neovim, using LazyVim config.
onlinepersona@programming.dev 1 year ago
I’ve been trying it but the LSP refuses to work. It’s supposed to be work out of the box, but it just doesn’t. It’s better than vim, but still distant from any IDE I’ve used. Feels like going back to the dark ages (vim is babylonian times and nano is stone age).
GyozaPower@discuss.tchncs.de 1 year ago
Always tried to try neovim but felt kinda overwhelmed since I was always a jetbrains/vscode kind of guy. Never knew there were pre-configured setups. I’ll give this one a try, thanks!
state_electrician@discuss.tchncs.de 1 year ago
Honestly, you are better off by sticking with Jetbrains/Code and using their vim keybindings. If you really enjoy spending hours configuring vim to do what the others do out of the box, then go for it. Otherwise just use vim keybindings everywhere.