Fixed some things in description and Plugins
This commit is contained in:
parent
13a9e00fff
commit
b89e71fe7b
1 changed files with 11 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
- [[#description][Description]]
|
- [[#description][Description]]
|
||||||
- [[#module-flags][Module Flags]]
|
- [[#module-flags][Module Flags]]
|
||||||
- [[#plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
|
- [[#hacks][Hacks]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
|
@ -14,15 +15,21 @@
|
||||||
- [[#racer-installation-problems][Racer installation problems]]
|
- [[#racer-installation-problems][Racer installation problems]]
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
Add support to Rust-lang and cargo.
|
Add support to Rust language and cargo commands inside emacs.
|
||||||
|
|
||||||
|
+ Code completion (~racer~)
|
||||||
|
+ Syntax checking (~flycheck~)
|
||||||
|
+ Snippets
|
||||||
|
|
||||||
** Module Flags
|
** Module Flags
|
||||||
+ ~+lsp~ to add support Language server protocol.
|
+ ~+lsp~ to add support Language server protocol.
|
||||||
|
|
||||||
** Plugins
|
** Plugins
|
||||||
+ Code completion (~racer~)
|
+ [[https://github.com/rust-lang/rust-mode][Rust-mode]]
|
||||||
+ Syntax checking (~flycheck~)
|
+ [[https://github.com/racer-rust/emacs-racer][Racer-mode]]
|
||||||
+ Snippets
|
|
||||||
|
** Hacks
|
||||||
|
{A list of internal modifications to included packages}
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
To get started with Rust, you can either use =rustup= and install rust with:
|
To get started with Rust, you can either use =rustup= and install rust with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue