We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405ac98 commit 6e10044Copy full SHA for 6e10044
README.md
@@ -146,15 +146,15 @@ This is bound to <kbd>C-c C-d</kbd> by default.
146
147
### eglot
148
149
-eglot is a lightweight lsp client.
+A lightweight lsp client.
150
151
```elisp
152
(add-hook 'rust-mode-hook 'eglot-ensure)
153
```
154
155
### lsp-mode
156
157
-lsp-mode provides more features and you can enhance the functionality
+Provides more features and you can enhance the functionality
158
by using additional packages. You can find more information in the
159
[lsp-mode wiki](https://emacs-lsp.github.io/lsp-mode/page/installation/#vanilla-emacs).
160
0 commit comments