zed
This commit is contained in:
parent
42986bba16
commit
fcd7cc3603
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,18 @@
|
||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"ssh_connections": [
|
||||||
|
{
|
||||||
|
"host": "naydra",
|
||||||
|
"projects": [
|
||||||
|
{
|
||||||
|
"paths": [
|
||||||
|
"~/Documents/code/c/totalschaden"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"vim": {
|
"vim": {
|
||||||
"use_system_clipboard": "on_yank"
|
"use_system_clipboard": "on_yank"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue