Skip to content

Instantly share code, notes, and snippets.

@danslapman
Last active April 9, 2026 08:39
Show Gist options
  • Select an option

  • Save danslapman/dd4d71635b3119274b3f739e18eeec43 to your computer and use it in GitHub Desktop.

Select an option

Save danslapman/dd4d71635b3119274b3f739e18eeec43 to your computer and use it in GitHub Desktop.
My config for fresh-editor
{
"version": 1,
"theme": "dracula",
"locale": "en",
"check_for_updates": false,
"file_explorer": {
"show_hidden": true
},
"lsp": {
"haskell": [{
"command": "haskell-language-server-wrapper",
"args": ["--lsp"],
"enabled": true,
"auto_start": false,
"root_markers": [
"stack.yaml"
],
"process_limits": {
"enabled": false
}
}
],
"scala": [
{
"command": "metals",
"args": ["-J-Dmetals.autoImportBuilds=all"],
"enabled": true,
"auto_start": false,
"root_markers": [
"project",
"build.sbt",
"build.gradle",
"build.gradle.kts"
],
"process_limits": {
"enabled": false
}
}
]
},
"editor": {
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment