Skip to content

Instantly share code, notes, and snippets.

@insaneinside
Created August 1, 2017 21:27
Show Gist options
  • Save insaneinside/f738f6d85110371a965f1c34079091c7 to your computer and use it in GitHub Desktop.
Save insaneinside/f738f6d85110371a965f1c34079091c7 to your computer and use it in GitHub Desktop.
el-get recipes for lsp-rust, lsp-mode
(:name lsp-mode
:type github
:pkgname "emacs-lsp/lsp-mode"
:depends (flycheck)
:description "Emacs client for the Language Server Protocol")
(:name lsp-rust
:type github
:pkgname "emacs-lsp/lsp-rust"
:depends (lsp-mode rust-mode)
:description "Rust Language Server support for lsp-mode")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment