https://github.com/aripiprazole/zed-unicode
☯️ | Unicode symbols for Zed editor
https://github.com/aripiprazole/zed-unicode
greek math symbols unicode zed
Last synced: 2 months ago
JSON representation
☯️ | Unicode symbols for Zed editor
- Host: GitHub
- URL: https://github.com/aripiprazole/zed-unicode
- Owner: aripiprazole
- License: mit
- Created: 2024-11-16T02:16:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T04:13:33.000Z (6 months ago)
- Last Synced: 2025-07-27T08:02:24.806Z (2 months ago)
- Topics: greek, math, symbols, unicode, zed
- Language: Rust
- Homepage:
- Size: 504 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zed-unicode
Add completion to unicode characters in Zed. It completes by default the mathematical symbols, the arrows, the greek letters.
If you want all characters from unicode, or almost all, you can can set up in your `settings.json`:
```json
{
"lsp": {
"unicode": {
"settings": {
"include_all_symbols": false
}
}
}
}
```It's very simple to use, you can just type `->` which transforms into `→` and `->>` into `↠`.