• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle
  • I really like the Assimil method of learning. I find it is more organic than Duolingo or flashcards. It makes you more proficient in conversation early than learning a whole lot of vocabulary.

    My uni also offered a Dutch course with a similar style to Assimil. Loved learning it, although it is quite similar to German so it was actually super easy. No offence to you Dutch folk, but the way you pronounce your G is just terrible. xD





  • I switched after development ended on the package manager I was using on neovim. I didn’t at that moment want to simplify my vimconfig, so I looked into helix.

    Helix highlights the action you take, so if for example, you are deleting 5 lines, you select the lines first then hit delete. Sometimes the vim actions end up taking fewer keystrokes though. And I still prefer some ways vim does things. And I don’t always agree with the kakoune inspiration of helix (I haven’t used kakoune, just going by what the docs say) - for example, movement always selects text which I then have to unhighlight.

    But the biggest reason I stuck to helix was sane LSP defaults out of the box with minimal config. I was tired of having to fix LSP related bugs in my vim config after package updates.

    TLDR: saner defaults for helix + lazy to fix my bloated vimconfig.