Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocsmit/zed-r
R language support for Zed editor
https://github.com/ocsmit/zed-r
Last synced: about 1 month ago
JSON representation
R language support for Zed editor
- Host: GitHub
- URL: https://github.com/ocsmit/zed-r
- Owner: ocsmit
- Created: 2024-02-22T21:55:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T18:32:37.000Z (7 months ago)
- Last Synced: 2024-11-13T09:48:32.356Z (3 months ago)
- Language: Scheme
- Homepage:
- Size: 12.7 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zed-r
Provides [tree-sitter](https://tree-sitter.github.io/tree-sitter/) queries and [Language Server Protocol (LSP)](https://github.com/REditorSupport/languageserver?tab=readme-ov-file) support for Zed.
# Installing
The latest version can be installed from the Zed extensions menu, or by cloning the repo and installing it locally from the Zed extensions menu.
# LSP
The R packages 'languageserver' and 'lintr' are needed
# Caveats
- A custom startup message in `.Rprofile` can potentially cause the the LSP message headers to be decoded improperly and prevent the language server from starting in Zed ([#7](https://github.com/ocsmit/zed-r/issues/7)).# Known issues
Check out the project's [issue list](https://github.com/ocsmit/zed-r/issues) for a list of unresolved issues. Feel free to fix any of them and send me a pull request!