Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixon-voxell/editor
Minimal script to setup helix editor.
https://github.com/nixon-voxell/editor
Last synced: about 2 months ago
JSON representation
Minimal script to setup helix editor.
- Host: GitHub
- URL: https://github.com/nixon-voxell/editor
- Owner: nixon-voxell
- License: mit
- Created: 2022-09-16T18:36:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T15:41:57.000Z (about 1 year ago)
- Last Synced: 2023-11-02T14:29:04.402Z (about 1 year ago)
- Language: Batchfile
- Size: 162 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# editor
Minimal script to setup helix editor.
## Windows installation
1. Perform a recursive clone: `git clone *link* --recursive`
2. Run `install.bat`## Installing Language Servers
### Rust
1. `rustup component add rust-analyzer`
2. `rustup component add rust-src`### Other Languages
1. `cd` into `language_servers` and follow [INSTRUCTIONS.md](./language_servers/INSTRUCTIONS.md)