Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created April 3, 2014 08:57
Show Gist options
  • Save nobonobo/9950870 to your computer and use it in GitHub Desktop.
Save nobonobo/9950870 to your computer and use it in GitHub Desktop.
Custom Settings for Zed (http://zedapp.org/)
{
"imports": [
"/default.json"
],
"preferences": {
"fontFamily": "Ricty",
"fontSize": 17,
"showContextBar": true,
"highlightActiveLine": false,
"theme": "monokai"
},
"keys": {},
"commands": {},
"handlers": {},
"themes": {},
"packages": [],
"modes": {
"go": {
"name": "Go",
"highlighter": "ace/mode/golang",
"extensions": ["go"],
"commands": {
"Tools:CTags": {
"scriptUrl": "/default/mode/go/ctags.js",
"inputs": {
"text": true
}
}
},
"handlers": {
"change": ["Tools:CTags"]
},
"preferences": {
"tabSize": 4,
"useSoftTabs": false
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment