zed keymaps, and updates

This commit is contained in:
Anthony Cicchetti 2024-07-26 08:00:26 -04:00
parent cba2290cd2
commit cff69c8f5d
4 changed files with 22 additions and 12 deletions

View file

@ -29,11 +29,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1721716180, "lastModified": 1721802589,
"narHash": "sha256-9s6WJOHUo/ChtV+1Kysf/BA0SIqmfl9SjJtkpiyRUWg=", "narHash": "sha256-JbSHTnOS0jRbsfMqEFnwkQXUkKO9/7aWqh/8+jqrWLs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "8df0c074eac46e1f90e9e25c65ddbc2241717bb1", "rev": "31cd6d83e0e3900f10053daf33bd878792946282",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -86,11 +86,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721714663, "lastModified": 1721804110,
"narHash": "sha256-ZDW5+rlROxaOuoEfIQM7Gqhoa+WALEYdYIiZhyJjAu0=", "narHash": "sha256-i4jINRazBKPqlaS+qhlP+kV/UHEq3vs5itfpblqu4ZM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7560dc942a6fbd37ebd1310b3dbda513de2d4b82", "rev": "af70fc502a15d7e1e4c5a4c4fc8e06c2ec561e0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -231,11 +231,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1721741063, "lastModified": 1721844761,
"narHash": "sha256-Ov/GqJxWazmdeJgKjBC1MYjsWGMNbTqjGaUeNQiUqNo=", "narHash": "sha256-Xg21MpAUiwO6mTorUkQDLqcXZfWmBwWjF3TQ+b2/Stk=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "daa5739d1a339bff793ab4c722adb4cb49633087", "rev": "4c28478d2fbe920fb1eb22541b4a5c5627c51a83",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -318,11 +318,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1721661365, "lastModified": 1721756321,
"narHash": "sha256-dHCsQcxaa3luWEXD+ehItZtWU2B10DXb7GWBF1Fy+I4=", "narHash": "sha256-M1ubop13c8TwMP6mMirSz+zj4FttJ/sTk5nV7pURsIg=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "329adb5ab18bbb6f9f4ff47c6426412fefc50618", "rev": "eb5da56d839ae0a9e9f50774fa3eb78eb0964550",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -81,5 +81,6 @@ in {
}; };
}; };
"zed/settings.json".source = ./${repo_root}/zed/settings.json; "zed/settings.json".source = ./${repo_root}/zed/settings.json;
"zed/keymap.json".source = ./${repo_root}/zed/keymap.json;
}; };
} }

6
zed/keymap.json Normal file
View file

@ -0,0 +1,6 @@
[
{
"context": "VimControl",
"bindings": { "space s": "pane::RevealInProjectPanel" }
}
]

View file

@ -14,6 +14,9 @@
"assistant_v2": { "assistant_v2": {
"enabled": true "enabled": true
}, },
"tabs": {
"file_icons": true
},
"languages": { "languages": {
"Typescript": { "Typescript": {
"language_servers": ["!typescript-language-server", "vtsls"] "language_servers": ["!typescript-language-server", "vtsls"]