Question

I'm using Sublime text, and I'm sharing some snippets with coworkers. I would like to be abble to directly make sublime text go to this folder to find the snippets.

Do you know any good ways of doing it ?

Was it helpful?

Solution

  • create a share folder with your team (say /mnt/shared/snippets)
  • symlink that folder to your Sublime folder
    ln -s /mnt/shared/snippets "~/Library/Application Support/Sublime Text 3/User/"
  • restart Sublime and it should pick up the snippets
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top