Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)