zeizig@lemm.eetoSteam Deck@sopuli.xyz•What are some good games for having a "backseat driver?"
4·
1 year agoStray seems perfect, it’s mechanically easy, has puzzles, cute characters, an interesting (short) story, and a nice environment to explore.
Stray seems perfect, it’s mechanically easy, has puzzles, cute characters, an interesting (short) story, and a nice environment to explore.
I’ve used IdeaVim, Vim, and Neovim for probably around 6 or 7 years or so, and wouldn’t switch from it. There are three of the main things I would bring out out, but there are probably many more:
There are other minor reasons like being open source, having a vibrant community, and being in the terminal, but those are less important to me than the big three.
I don’t really miss using a full IDE, because my Neovim already does everything I need it to do. It’s also lean as I know all the pieces that go into it and there isn’t anything unnecessary. I have completion that’s as smart as VSCode, but I don’t have a plugin for running tests inside the editor because I run them in the terminal.
Overall, I’m quite happy that I chose to try out Vim. It’s made editing code more fun, and that’s already a big win, I think.