

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 $@"
Am i weird for using Y down right chiral on all my projects?