aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-05-22-crafting-stories-in-zed-editor.md
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-05 13:41:36 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-05 13:41:36 +0200
commit057be23acf19acae0683c59b0a346b411a04880a (patch)
tree852fcf2ca92060b2e70401df446b572b7fd8d874 /content/posts/2023-05-22-crafting-stories-in-zed-editor.md
parent2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (diff)
downloadmitjafelicijan.com-057be23acf19acae0683c59b0a346b411a04880a.tar.gz
Cleanup of posts
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.md1
1 files changed, 1 insertions, 0 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 a3104b8..86be7c8 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
@@ -30,6 +30,7 @@ supported 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](/posts/zed/zed-1.png?style=bigimg) 32![Zed editor](/posts/zed/zed-1.png?style=bigimg)
33C code on a light theme.
33 34
34For C development it downloaded [clangd](https://clangd.llvm.org/) and setting 35For C development it downloaded [clangd](https://clangd.llvm.org/) and setting
35up missing dependencies in code was rather easy. For this project I use 36up missing dependencies in code was rather easy. For this project I use