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?
You must log in or register to comment.
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).
Try lsp-bridge, it’s plug-and-play and absolutely lag-free
Why do you downgrade your life quality?
Check this out for a starter on Emacs and Rust https://robert.kra.hn/posts/rust-emacs-setup/