From 6e1004490f385d9410e53160204c0760b76b2230 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sat, 23 Oct 2021 13:28:29 +0200 Subject: [PATCH] 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 C-c C-d 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).