Mojo language support for Zed. It provides syntax highlighting and lsp.
Provide your feedback to improve this extension as I don't use mojo language.
You can configure the lsp by changing the zed settings
{
"lsp": {
"mojo": {
"settings": {
"lsp_path": "/name/my-proj/.magic/envs/default/bin/mojo-lsp-server", // path to mojo-lsp-server
"args": ["--log=verbose"] // additional args for mojo-lsp-server
}
}
},
}
Note: This extension is not published to zed extension store. As this isn't stable and it isn't complete.