Skip to content

Instantly share code, notes, and snippets.

@nirnejak
Created May 29, 2023 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirnejak/463fe43e4dce83f6d0999cc4ed10cae3 to your computer and use it in GitHub Desktop.
Save nirnejak/463fe43e4dce83f6d0999cc4ed10cae3 to your computer and use it in GitHub Desktop.
{
"base_keymap": "VSCode",
"theme": "Andromeda",
"buffer_font_size": 14,
"language_overrides": {
"JavaScript, TypeScript": {
"format_on_save": {
"external": {
"command": "prettier",
"arguments": [
"--stdin-filepath",
"{buffer_path}"
]
}
}
},
},
"lsp": {
"typescript-language-server": {}
},
"terminal": {
"font_family": "JetBrainsMono Nerd Font",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment