8000 GitHub - adityasz/zed-mojo: Mojo support for Zed. · GitHub
[go: up one dir, main page]

Skip to content

adityasz/zed-mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojo support for Zed

Uses the tree-sitter-mojo grammar.

Installation

  1. git clone https://github.com/adityasz/zed-mojo
  2. zed: install dev extension
  3. Select the directory into which this repository was cloned.

Configuration

"mojo": {
  "settings": {
    "lsp_path": ".magic/envs/default/bin/mojo-lsp-server",
    "args": ["--log=verbose"]
  }
},

The above snippet contains a relative path in lsp_path (which is the default path used by magic for all projects). If lsp_path is not provided, mojo-lsp-server in $PATH is used, which is ${MODULAR_HOME:-$HOME/.modular}/bin/mojo-lsp-server by default, if --expose mojo-lsp-server is provided to magic global install.

6410

About

Mojo support for Zed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0