aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-05-22-crafting-stories-in-zed-editor.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2023-05-22-crafting-stories-in-zed-editor.md')
-rw-r--r--content/posts/2023-05-22-crafting-stories-in-zed-editor.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2023-05-22-crafting-stories-in-zed-editor.md b/content/posts/2023-05-22-crafting-stories-in-zed-editor.md
index dc22e95..a3104b8 100644
--- a/content/posts/2023-05-22-crafting-stories-in-zed-editor.md
+++ b/content/posts/2023-05-22-crafting-stories-in-zed-editor.md
@@ -29,7 +29,7 @@ server)](https://en.wikipedia.org/wiki/Language_Server_Protocol). The list of
29supported languages is not extensive, but it's still impressive. It's a great 29supported languages is not extensive, but it's still impressive. It's a great
30example of how to create a product that stays out of your way. 30example of how to create a product that stays out of your way.
31 31
32![Zed editor](/assets/zed/zed-1.png?style=bigimg) 32![Zed editor](/posts/zed/zed-1.png?style=bigimg)
33 33
34For C development it downloaded [clangd](https://clangd.llvm.org/) and setting 34For C development it downloaded [clangd](https://clangd.llvm.org/) and setting
35up missing dependencies in code was rather easy. For this project I use 35up missing dependencies in code was rather easy. For this project I use
@@ -70,7 +70,7 @@ marketing speak there but the product is still amazing!
70For me the speed and the simplicity of the product was the most impressive 70For me the speed and the simplicity of the product was the most impressive
71thing. You get that: it just works feeling. A rare thing in 2023. 71thing. You get that: it just works feeling. A rare thing in 2023.
72 72
73![Zed editor](/assets/zed/zed-2.png?style=bigimg) 73![Zed editor](/posts/zed/zed-2.png?style=bigimg)
74 74
75They also managed to add [Github Copilot](https://github.com/features/copilot) 75They also managed to add [Github Copilot](https://github.com/features/copilot)
76in a non obtrusive way. To me, everything feels very intentional and 76in a non obtrusive way. To me, everything feels very intentional and