From 45807fffe9a0937c450b2cb0e65c1e6a8f14cfae Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Wed, 6 Nov 2024 21:11:15 +0530 Subject: [PATCH] Update 0_Introduction/setup.md --- 0_Introduction/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0_Introduction/setup.md b/0_Introduction/setup.md index 77497e5..8306241 100644 --- a/0_Introduction/setup.md +++ b/0_Introduction/setup.md @@ -5,11 +5,11 @@ Macos 12 on a dual core laptop. An RPi Pico, programming over usb cable. Some wires, buttons, LEDs and resistors I *borrowed* from lab. ### Code Editor -~Instead of using Arduino IDE, I use Visual Studio Code for programming. I use it because I (seem to) write code more efficiently and because I have it customized it to my liking.~ +~~Instead of using Arduino IDE, I use Visual Studio Code for programming. I use it because I (seem to) write code more efficiently and because I have it customized it to my liking.~~ I use the new Zed Editor. I am transitioning from using VSCode with lots of plugins to a minimilist and lightweight setup and I am using this project to help familiarize with Zed. -To help with the move to Zed, I ported my custom dark theme, called Subtle Colors, from VSCode. I also use vim mode in vscode and I am glad it is builtin to Zed. +To help my migration to Zed, I ported my custom dark theme, called Subtle Colors, from VSCode. I also use vim mode in vscode and I am glad it is builtin to Zed. ### Project Generation