-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
151 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.github | ||
LICENSE | ||
README.MD | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ act = "latest" | |
elixir = "latest" | ||
erlang = "latest" | ||
zig = "latest" | ||
rust = "latest" | ||
go = "latest" | ||
buf = "latest" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
// Zed settings | ||
// | ||
// For information on how to configure Zed, see the Zed | ||
// documentation: https://zed.dev/docs/configuring-zed | ||
// | ||
// To see all of Zed's default settings without changing your | ||
// custom settings, run the `open default settings` command | ||
// from the command palette or from `Zed` application menu. | ||
{ | ||
"language_models": { | ||
"anthropic": { | ||
"version": "1" | ||
} | ||
}, | ||
"assistant": { | ||
"default_model": { | ||
"provider": "anthropic", | ||
"model": "claude-3-5-sonnet-20240620" | ||
}, | ||
"version": "2", | ||
"provider": null | ||
}, | ||
"buffer_font_size": 16, | ||
"elixir": { | ||
// Change the LSP zed uses for elixir. | ||
// Note that changing this setting requires a restart of Zed | ||
// to take effect. | ||
// | ||
// May take 3 values: | ||
// 1. Use the standard ElixirLS, this is the default | ||
// "lsp": "elixir_ls" | ||
// 2. Use the experimental NextLs | ||
// "lsp": "next_ls", | ||
// 3. Use a language server installed locally on your machine: | ||
// "lsp": { | ||
// "local": { | ||
// "path": "~/next-ls/bin/start", | ||
// "arguments": ["--stdio"] | ||
// } | ||
// }, | ||
// | ||
"lsp": "elixir_ls" | ||
}, | ||
"terminal": { | ||
"detect_venv": { | ||
"on": { | ||
"activate_script": "nushell" | ||
} | ||
}, | ||
"line_height": "standard", | ||
"shell": { | ||
"program": "nu" | ||
} | ||
}, | ||
"theme": "One Dark", | ||
"ui_font_features": { | ||
// Disable ligatures: | ||
"calt": true | ||
}, | ||
"ui_font_size": 16 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Host * | ||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" | ||
|
||
Host github.com | ||
Hostname ssh.github.com | ||
Port 443 | ||
|
||
|
Oops, something went wrong.