mirror of
https://github.com/rodneyosodo/dotfiles.git
synced 2026-06-23 04:10:23 +00:00
feat(zed): Add ssh connection config
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -7,6 +7,19 @@
|
||||
// custom settings, run the `open default settings` command
|
||||
// from the command palette or from `Zed` application menu.
|
||||
{
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "bohr",
|
||||
"username": "rodneyosodo",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"~/homelab"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"autosave": {
|
||||
"after_delay": {
|
||||
"milliseconds": 1000
|
||||
|
||||
Reference in New Issue
Block a user