Skip to content

Commit 4ab35bc

Browse files
jneiramichaelpj
andauthored
Add lsp-mode links (#2260)
* Add lsp-haskell links * Correct plugin url Co-authored-by: Michael Peyton Jones <[email protected]> * Correct plugin url Co-authored-by: Michael Peyton Jones <[email protected]> Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent ee4b496 commit 4ab35bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ For example, there are protocol methods for highlighting matching identifiers th
2121
This is a capability which any server can implement, so the client can decide generically whether to ask the server to do it or not.
2222
So your editor can provide a setting to turn this on or off globally, for any language server you might use.
2323

24-
Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by `lsp-mode`.
24+
Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by [`lsp-mode`](https://github.com/emacs-lsp/lsp-mode).
2525

2626
### Generic editor options
2727

2828
Your editor may provide some settings that affect how the information from the language server is used.
2929
For example, whether popups are shown, or whether code lenses appear by default.
3030

31-
Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by `lsp-mode`.
31+
Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by [`lsp-mode`](https://github.com/emacs-lsp/lsp-mode).
3232

3333
### Language-specific server options
3434

0 commit comments

Comments
 (0)