Skip to content

gatewaynode/helix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is my config for Helix editor, it also contains my theme "Fallout".

Installation

  1. Install Rust
  • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install Helix Editor from source
  1. Install Rust-Analyzer (binary method)
  1. Install Python LSP (package manager method)
  • sudo apt install python3-pylsp
  1. Install ShellCheck (package manager method)
  • sudo apt install shellcheck
  1. Install Bash-Language-Server (npm method)
  • npm i -g bash-language-server
  1. 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
  1. Test that Rust, Python, and Bash LSP's are working
  • hx --health

About

My configuration of Helix Editor with install steps and my custom theme(wip).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published