branch: elpa/rust-mode commit 6e1004490f385d9410e53160204c0760b76b2230 Author: brotzeit <brotzeitmac...@gmail.com> Commit: brotzeit <brotzeitmac...@gmail.com>
update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bddd7b..16ebf41 100644 --- a/README.md +++ b/README.md @@ -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).