Created
August 1, 2017 21:27
-
-
Save insaneinside/f738f6d85110371a965f1c34079091c7 to your computer and use it in GitHub Desktop.
el-get recipes for lsp-rust, lsp-mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(:name lsp-mode | |
:type github | |
:pkgname "emacs-lsp/lsp-mode" | |
:depends (flycheck) | |
:description "Emacs client for the Language Server Protocol") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(: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