This is my config for Helix editor, it also contains my theme "Fallout".
- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install Helix Editor from source
- Install Rust-Analyzer (binary method)
- Install Python LSP (package manager method)
sudo apt install python3-pylsp
- Install ShellCheck (package manager method)
sudo apt install shellcheck
- Install Bash-Language-Server (npm method)
npm i -g bash-language-server
- Clone this repository into XDG config dir for Helix
cd ~/.config/helix; git clone git@github.com:gatewaynode/helix-config.git; mv helix-config/.git ./; mv helix-config/* ./; rm -rf helix-config
- Test that Rust, Python, and Bash LSP's are working
hx --health