

3·
3 months agoIsn’t this just like the internet though?


Isn’t this just like the internet though?
Am i weird for using Y down right chiral on all my projects?


I got locked out of my old discord account because I didn’t have a phone at the time


I had to use unity game engine for one of my assignments for school, but unity wouldn’t generate files needed for the language server unless I set the code editor to vscode. I fixed this by creating a bash script with the path /usr/bin/code that opens neovim in konsole.
#!/usr/bin/env bash
konsole -e "nvim $@"
if you have krunner installed, you can also look for the definition by typing
define wordyouwant