Hi, I’m a bit of a newbie here but I was trying to install the Sc plugin for Neovim (https://github.com/davidgranstrom/scnvim) and was denied permission to create the symlink when running these instructions on the command line:
In Linux you need to use absolute paths to make it work. Alternatively you can put the scnvim/sc directory into your compile path in your sclang config file. On my phone now, so can’t verify exactly.
… assuming those paths exist. On mac at least, the shell does the expansion of “~” before it sends the path to the command, so this is fine for ln. IIRC the thing that can get you in trouble is relative paths, e.g. ./scnvim, which bakes the relative path into the link. Unless you want that, which you probably don’t.