this post was submitted on 26 Oct 2023
3 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I just switched from neovim to emacs and one thing I miss is coc.nvim. It has a power to turn a barren neovim into anything I ever want from IDEs. I tried to do something like this and emacs learning curve got me. I cobbled together a simple config with eglot, company and rust-mode, but I can't get import completion to work. Any suggestions?

top 4 comments
sorted by: hot top controversial new old
[–] LionyxML@alien.top 1 points 11 months ago

I’d recommend rustic-mode with lsp-mode (eglot is aimed to be more minimalistic, lsp-mode is fully featured and closer to what u get with vscode or neovim).

https://github.com/brotzeit/rustic

[–] xiaozhuzhu1337@alien.top 1 points 11 months ago

Try lsp-bridge, it's plug-and-play and absolutely lag-free

[–] ispinfx@alien.top 1 points 10 months ago

Why do you downgrade your life quality?

[–] BlabbingButr@alien.top 1 points 10 months ago

Check this out for a starter on Emacs and Rust https://robert.kra.hn/posts/rust-emacs-setup/