cryoistalline@lemmy.mltoLinux@lemmy.ml•What is the most duct-tape thing you've done to Linux?
28·
5 months agoI 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 $@"
to me this sounds like they’re trying to cover something they’re doing up