This commit is contained in:
Lucy Hochkamp 2024-03-17 10:27:57 +01:00
parent d1ab22a870
commit 1d7bb49bfe
No known key found for this signature in database
15 changed files with 71 additions and 73 deletions

View file

@ -25,7 +25,7 @@ in
jdinhlife.gruvbox # theme
mkhl.direnv # direnv
marketplace.eamodio.gitlens
marketplace.ms-vscode-remote.remote-containers
@ -228,9 +228,9 @@ in
"hediet.vscode-drawio.resizeImages" = "null";
};
keybindings = [
{ "key" = "ctrl+w"; "command" = "whichkey.show"; }
];
keybindings = [
{ "key" = "ctrl+w"; "command" = "whichkey.show"; }
];
};
};
}