diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-23 01:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-23 01:38:05 +0200 |
| commit | 4794dd34e74f3e75d0a62556a093514ee25df8e7 (patch) | |
| tree | 938388691e4a65c936af552543aa4d675961278d /content | |
| parent | 9d3c4dd07295970de823565dd91e76de53485620 (diff) | |
| download | mitjafelicijan.com-4794dd34e74f3e75d0a62556a093514ee25df8e7.tar.gz | |
Fixed post typo
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/2023-05-22-crafting-stories-in-zed-editor.md | 2 |
1 files changed, 1 insertions, 1 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 a7431eb..9c04b1c 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 | |||
| @@ -9,7 +9,7 @@ Pretentious title! Good start! I have nothing to add to this discussion. I just | |||
| 9 | 9 | ||
| 10 | **TLDR:** I think this code editor is very cool and has a massive potential. I hope they don’t mess up with adding a plugin ecosystem to it! | 10 | **TLDR:** I think this code editor is very cool and has a massive potential. I hope they don’t mess up with adding a plugin ecosystem to it! |
| 11 | 11 | ||
| 12 | Out of morbid curiosity, I started using the [Zed editor](https://zed.dev/) on my Mac. Zed is a high-performance, multiplayer code editor developed by the creators of Atom and Tree-sitter. Written in Rust so it has to be blazingly fast! 😊 It's a joke, camn down. | 12 | Out of morbid curiosity, I started using the [Zed editor](https://zed.dev/) on my Mac. Zed is a high-performance, multiplayer code editor developed by the creators of Atom and Tree-sitter. Written in Rust so it has to be blazingly fast! 😊 It's a joke, calm down. |
| 13 | 13 | ||
| 14 | Over the past year, I have switched between [Helix editor](https://helix-editor.com/) and [VS Code](https://code.visualstudio.com/), but for the last couple of months, I have been using Helix exclusively. | 14 | Over the past year, I have switched between [Helix editor](https://helix-editor.com/) and [VS Code](https://code.visualstudio.com/), but for the last couple of months, I have been using Helix exclusively. |
| 15 | 15 | ||
