Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1013 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1013 Bytes

zed-vala

Vala support for Zed. Please note that vala-language-server is required to be installed on the system at this time. For formatting, you will need to install uncrustify on the system.

Features

  • LSP (via vala-language-server)
  • Formatting (via LSP using uncrustify)
  • Folding
  • Syntax highlighting
  • Outline

References

TODOs (contributions welcome!)

  • Runnables (click to run; meson integration?)
  • Bundle precompiled VLS and uncrustify (to make system package not required)
  • General cleanup