add git, gitgutter config and Open In Browser

This commit is contained in:
2025-03-27 22:02:53 +01:00
parent 90dbe248c0
commit 22f1857815
3 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View 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
}