Skip to content

Instantly share code, notes, and snippets.

@karl-zylinski
Last active June 3, 2024 10:05
Show Gist options
  • Save karl-zylinski/dc9a5c6c383a569a53933b59d3339807 to your computer and use it in GitHub Desktop.
Save karl-zylinski/dc9a5c6c383a569a53933b59d3339807 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"path": ".",
},
],
"build_systems":
[
{
"file_regex": "^(.+)\\(([0-9]+):([0-9]+)\\) (.+)$",
"name": "snake",
"shell_cmd": "odin run .",
}
],
"settings":
{
"auto_complete": false,
"LSP":
{
"odin":
{
"enabled": true,
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment