Remix.run Logo
bahadiraydin 2 days ago

Good times for being a Vim guy...

dnnddidiej a day ago | parent | next [-]

Or a cat/sed guy

yogibear678142 a day ago | parent [-]

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.

sourcegrift 2 days ago | parent | prev [-]

Hey. What's the least plusing workflow for neovim + rust-analyzer + rust

bahadiraydin a day ago | parent [-]

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.