Hacker News new | ask | show | jobs
by bahadiraydin 54 days ago
Good times for being a Vim guy...
2 comments

Hey. What's the least plusing workflow for neovim + rust-analyzer + rust
Hey, nowadays this setup is very easy to achieve. You can check out my dotfiles at: https://github.com/BahadirAydin/dotfiles/tree/main/private_d...

"Mason" plugin makes it easy to install LSPs, formatters, debuggers locally and built-in LSP integration is seamlessly working currently. (Look at lsp.lua)

There are also language-specific plugins but I'd suggest start with the ones I recommended to you first. It should cover your needs 99% of the time.

Or a cat/sed guy
I know right? Ed is so bloated, using your systems memory to hold file contents! When I code I stream via sed for maximum efficiency.