Skip to content

FyraLabs/zed-vala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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