Don't feel bad I ended up so far behind because of the dang math concepts I don't understand. Lol. I saved my failures. Even in them I'm leaning more about how to use Rust. Horrible language when u don't have a repl btw.
@@salvadorguntherr9673 I'm still working on Day 3 in Rust as I think it's worthwhile to push through but I definitely can't keep up with the days as they release. How about you?
A few questions if you wouldn't mind - how do you get the drop down options at 9:36? I've recently swapped to nvim but only have rust-analyzer going currently. Secondly, is your project structure something you arrived at after trial and error?
I started with togglebit's setup - github.com/togglebyte/nvim - and tweaked things from there. With that setup, I can press ^X^O for code completion when in insert mode, and it'll complete the identifier, or bring up that list like at 9:36
Doing this years aoc in rust has been difficult enough for me to wave the white flag already :'D
hopefully you'll keep going with a different language!
Don't feel bad I ended up so far behind because of the dang math concepts I don't understand. Lol. I saved my failures. Even in them I'm leaning more about how to use Rust. Horrible language when u don't have a repl btw.
@@salvadorguntherr9673 I'm still working on Day 3 in Rust as I think it's worthwhile to push through but I definitely can't keep up with the days as they release. How about you?
A few questions if you wouldn't mind - how do you get the drop down options at 9:36? I've recently swapped to nvim but only have rust-analyzer going currently. Secondly, is your project structure something you arrived at after trial and error?
I started with togglebit's setup - github.com/togglebyte/nvim - and tweaked things from there.
With that setup, I can press ^X^O for code completion when in insert mode, and it'll complete the identifier, or bring up that list like at 9:36