Skip to content

sanjeevprasad/crates-language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates-language-server

Crates Language Server For Helix-Editor

Steps to build and install

# build
cargo build --release
# move binary to any dir included in $PATH
sudo cp -v ./target/release/crate-lsp /usr/local/bin
# append content of language.toml to your own languages.toml
cat ./languages.toml >> ~/.config/helix/languages.toml

Screenshot

This was just a quick way to learn about LSP, and to try out Helix Editor, (which I am kind of liking.) This is just an early version, and lots of features are missing like autocomplete, and semver compatible latest versioning. I may implement them if I got free time. Right now I am happy with this this showing the latest version.

About

Crates Language Server For Helix-Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages