diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-23 13:28:29 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-23 13:28:29 +0200 |
| commit | 6e1004490f385d9410e53160204c0760b76b2230 (patch) | |
| tree | 4f02c46d534c7634ea568d68cbceb92f20d18aaf /README.md | |
| parent | 405ac98629af1a232c1000328b6becce4bcaeeb8 (diff) | |
| download | rust-mode-6e1004490f385d9410e53160204c0760b76b2230.tar.gz | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -146,7 +146,7 @@ This is bound to <kbd>C-c C-d</kbd> by default. ### eglot -eglot is a lightweight lsp client. +A lightweight lsp client. ```elisp (add-hook 'rust-mode-hook 'eglot-ensure) @@ -154,7 +154,7 @@ eglot is a lightweight lsp client. ### lsp-mode -lsp-mode provides more features and you can enhance the functionality +Provides more features and you can enhance the functionality by using additional packages. You can find more information in the [lsp-mode wiki](https://emacs-lsp.github.io/lsp-mode/page/installation/#vanilla-emacs). |
