Compare commits

...

2 commits

Author SHA1 Message Date
Anthony Cicchetti
cff69c8f5d zed keymaps, and updates 2024-07-26 08:00:26 -04:00
Anthony Cicchetti
cba2290cd2 updates 2024-07-23 09:28:43 -04:00
4 changed files with 28 additions and 18 deletions

View file

@ -29,11 +29,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1721370560, "lastModified": 1721802589,
"narHash": "sha256-3GHNXsPZQRY4yPyov9vD6DAapdb4ZXJp8qpQY2u0lWQ=", "narHash": "sha256-JbSHTnOS0jRbsfMqEFnwkQXUkKO9/7aWqh/8+jqrWLs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "13b935cb8e697913298acca8309cf031336497f7", "rev": "31cd6d83e0e3900f10053daf33bd878792946282",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -86,11 +86,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721135958, "lastModified": 1721804110,
"narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=", "narHash": "sha256-i4jINRazBKPqlaS+qhlP+kV/UHEq3vs5itfpblqu4ZM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d", "rev": "af70fc502a15d7e1e4c5a4c4fc8e06c2ec561e0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -143,11 +143,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720926593, "lastModified": 1721531260,
"narHash": "sha256-fW6e27L6qY6s+TxInwrS2EXZZfhMAlaNqT0sWS49qMA=", "narHash": "sha256-O72uxk4gYFQDwNkoBioyrR3GK9EReZmexCStBaORMW8=",
"owner": "Mic92", "owner": "Mic92",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "5fe5b0cdf1268112dc96319388819b46dc051ef4", "rev": "b6db9fd8dc59bb2ccb403f76d16ba8bbc1d5263d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -201,11 +201,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1721378913, "lastModified": 1721571720,
"narHash": "sha256-u5OM2mSEkhZTSl0rhZaCq/hVnYBsjdhgdWbWuecYjoI=", "narHash": "sha256-psT5kTmQo/44YPSYOQeiBQrg7D/lyFParCm1ykVCH9E=",
"owner": "NixNeovim", "owner": "NixNeovim",
"repo": "NixNeovimPlugins", "repo": "NixNeovimPlugins",
"rev": "93d310795826042f7774b453ab0ee37ee06ab0e3", "rev": "7366155d9555fe7258e62c4094a477ef844ae0bc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -231,11 +231,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1721427462, "lastModified": 1721844761,
"narHash": "sha256-rqeY4hhiDA2/SE17wyJRclHFqTTHse+VMFqwoIBqJOs=", "narHash": "sha256-Xg21MpAUiwO6mTorUkQDLqcXZfWmBwWjF3TQ+b2/Stk=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "efe209c84204c19902c2927bfb398e412cbb436d", "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": 1721319331, "lastModified": 1721756321,
"narHash": "sha256-AdCcGMv7JoE/aZ+SWO2Bh6AMYXuaz7olQRCb6Y7Ys0g=", "narHash": "sha256-M1ubop13c8TwMP6mMirSz+zj4FttJ/sTk5nV7pURsIg=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "52143a5ac08eb344126f3194e3e55b789c9a9216", "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"]