Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 565 Bytes

unison-zed

Unison support for Zed. The friendly programming language from the future with the futuristic editor.

TODOs

  • Improve tree-sitter syntax highlighting in languages/highlights.scm.

Language server

Currently nc is hardcoded as the language server, so you'll need to have nc installed.

Linux

For apt based distros:

sudo apt install netcat

MacOS

nc comes bundled with Mac, no extra steps required!

Credits