Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 538 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 ncat is hardcoded as the language server, so you'll need to have ncat installed.

For apt on Linux:

apt-get install -y netcat

For brew on Mac:

brew install nmap

Credits