Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CW
Posts
1
Comments
341
Joined
2 yr. ago

  • I started using suspend on my dev laptop. I basically never close Neovim, and I write notes to myself about what the code does for the next time I open my laptop. I know that's what comments are for, but whatever

  • When I forget a semicolon (in languages that like those), it gives the the error on the next line instead of the one that I forgot the semicolon on. It makes sense once you think about it but, man, it trips me up sometimes