Sublime Forum

Sublime merge path in sublime text

#1

I have both, sublime text and sublime merge but how to set the path to sublime merge in sublime text?
So the question is: how to connect sublimetext and sublime merge together ?

0 Likes

#2

This problem is solved, I’ve basically uninstalled and re-installed sublime-merge

0 Likes

#3

Just for the record:

The solution for portable and normal setups is to place both applications next to each other in one folder to make them find each other automatically.

On Windows it means:

C:\Program Files\Sublime Merge
C:\Program Files\Sublime Text 3

On Linux it means:

/opt/sublime_merge
/opt/sublime_text_3

Otherwise Sublime Merge looks for Sublime Text’s data path in %APPDATA%\Sublime Text 3 or ~/.config/sublime-text-3 to load its syntax packages.

1 Like