add git, gitgutter config and Open In Browser
This commit is contained in:
BIN
Installed Packages/Git.sublime-package
Normal file
BIN
Installed Packages/Git.sublime-package
Normal file
Binary file not shown.
BIN
Installed Packages/Open In Browser.sublime-package
Normal file
BIN
Installed Packages/Open In Browser.sublime-package
Normal file
Binary file not shown.
9
Packages/User/OpenInBrowser.sublime-settings
Normal file
9
Packages/User/OpenInBrowser.sublime-settings
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// Open In Browser Settings - User
|
||||||
|
{
|
||||||
|
// Set enable to false to disable this plugin
|
||||||
|
"enable": true,
|
||||||
|
// Custom browser setting can be used to set a default browser to open links
|
||||||
|
"custom_browser": "Safari",
|
||||||
|
// Make this true to get links beside URLs only on hover
|
||||||
|
"only_on_hover": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user