Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zed Agda

An Agda extension for Zed. Credits to:

Installation

This extension requires both the Agda compiler and the Agda Language Server (ALS) to be installed on your system. First, ensure you have the Agda Standard Library and the Language Server installed. I recommend using stack to ensure compatibility with your system's GHC version.

git clone https://github.com/agda/agda-language-server.git
cd agda-language-server
stack install

Configuration

By default, the extension looks for als in your system PATH. If you want to use a specific binary, you can configure it in your Zed settings.json:

"lsp": {
  "als": {
    "binary": {
      "path": "/path/to/your/als"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages