The perfect Neovim setup for Rust.

preview_player
Показать описание
Give your text editor super powers when it comes to writing Rust code. This video will help you set up your environment to make developing with Rust easier.

By the end of this video, you'll have autocomplete, auto formatting, debugging and cargo crates utilities running for Neovim, helping to turn Neovim into a powerful text editor for writing code.

⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you're using this video. You can find the command below.

Commands:

#rust #neovim #coding

Links:

My socials:

My Equipment:

Please consider supporting me as well!
Рекомендации по теме
Комментарии
Автор

NVChad has had some breaking changes since this video! It's recommended to using the v2.0 branch instead for this video. I'll be doing an updated version of this video again soon!.

dreamsofcode
Автор

That presentation was crazy complicated. I understand most everything, but a few details escaped me. It just gets so deep with so many plugins.

richardbennett
Автор

If you're following along on your own machine, you'll need to type `<leader>th` to bring up the "Set NvChad Theme" window as @Dreams of Code did @1:34. (`<leader>` is `space` by default).

sirgibsonable
Автор

this is perfect, finally a configuration that is beginner friendly and not just BLAZINGLY fast

DNA
Автор

I feel like being watched. I was just thinking about starting to learn both neovim and rust at the same time this morning :D thanks for the amazing content <3

playnteverynt
Автор

This video is so good. It was difficult for me to get rust configured correctly after watching your first video. I greatly appreciate this.

alonelyproducer
Автор

thank YOU for uploading all this code to github! i would never imagined myself to rewrite all that code

tragivictoria
Автор

Thank you, this has been super helpful! I had been jumping around a bit between LazyVim, Astro, LunarVim, NvChad but now that I followed your setup and read the NvChad docs in detail (highly recommended for better understanding!) I think I finally have a stable base.

jds
Автор

amazing how much material can be packed into 11mins ! this really helped me on my way to becoming a rustacean :)

GeorgeFryd
Автор

Just followed this tutorial as well after watching your general neovim/nvchad video. Thanks a lot, this will help me to get easier started with Rust which is my plan for the next couple of months.

stealthcopter
Автор

Thank you for the tutorial!
I am learning vim and rust in parallel and your videos really helped me to find the joy in terminal based editors and customising them.

anatolyanatoly
Автор

Following along, I got to the debugging section at 7:15, but I have no "RustDebuggables" command present? There are a lot of Rust... commands, but that's not one of them. Any suggestions? I have lldb on my system from xcode, and can see that I can just type 'lldb' into the terminal and does execute.

michrisoft
Автор

If despite doing all of this, linting (the diagnostics in the text editor) doesn't work. I realized that the configuration didn't work if I had installed rust-analyzer with mason. However, installing it with rustup "rustup component add rust-analyzer", worked without issues"

zekrinealfa
Автор

Your tutorials are great, they helped me to finally start using neovim. I was wondering if you could do some tutorial like this for copilot. Making it work wasn't hard but I think we all would appreciate something that is more usable than default settings. Thanks for the tutorial, looking forward the next one!

pamirkantar
Автор

formatting can be achieved by using the built in lsp client. I'd simply use an auto command for formatting on save

thepaulcraft
Автор

would love to have a dedicated video on DAP

Saturate
Автор

at 4:15 on my installation I get "Module" suggestions, like `seq`, but don't see any "Interface" or "Function" suggestions. new to rust and neovim

lkbasgiohbasg
Автор

Awesome video! Very informative, clear and to the point. Also the quality of your videos is outstanding mate. Could it be possible to have the dotfiles somewhere for the next video? It could help a lot in order to check the correct configuration at the end of the setup.

josesanchezfernandez
Автор

OMG, gimme that wallpaper, i need it!!!
Nice videos by the way, big fan!!!

kayneferreira
Автор

As always a great video! <3 It is nice watching your channel grow. Your hard work is paying off!

sprez