Skip to content

Instantly share code, notes, and snippets.

@tigawa
Created June 18, 2014 03:56
Show Gist options
  • Save tigawa/c3a2b5251defc692939a to your computer and use it in GitHub Desktop.
Save tigawa/c3a2b5251defc692939a to your computer and use it in GitHub Desktop.
sublime text 3 SublimeCodeIntel の rbenvの場合の設定
{
"PHP": {
"php": "/usr/bin/php",
"phpExtraPaths": [],
"phpConfigFile": "php.ini"
},
"JavaScript": {
"javascriptExtraPaths": []
},
"Perl": {
"perl": "/usr/bin/perl",
"perlExtraPaths": []
},
"Ruby": {
"ruby": "`/usr/local/bin/rbenv which ruby` \"$@\"",
"rubyExtraPaths": []
},
"Python": {
"python": "/usr/bin/python",
"pythonExtraPaths": []
},
"Python3": {
"python": "/usr/bin/python3",
"pythonExtraPaths": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment