From 9e88e3ce8e18b8d84f0be59a7ea438d458be0b74 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Wed, 6 Oct 2021 09:07:13 +0200 Subject: [PATCH 1/3] Add lsp-haskell links --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 38b3a2e3de..31230f576c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,14 +21,14 @@ For example, there are protocol methods for highlighting matching identifiers th 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. So your editor can provide a setting to turn this on or off globally, for any language server you might use. -Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by `lsp-mode`. +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-haskell). ### Generic editor options Your editor may provide some settings that affect how the information from the language server is used. For example, whether popups are shown, or whether code lenses appear by default. -Settings like this are typically provided by the generic LSP client support for your editor, for example in Emacs by `lsp-mode`. +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-haskell). ### Language-specific server options From fdbd98a29375553985729a20a7c0128d95466b61 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Wed, 6 Oct 2021 13:15:26 +0200 Subject: [PATCH 2/3] Correct plugin url Co-authored-by: Michael Peyton Jones --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 31230f576c..ab51d217d9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,7 +21,7 @@ For example, there are protocol methods for highlighting matching identifiers th 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. So your editor can provide a setting to turn this on or off globally, for any language server you might use. -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-haskell). +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). ### Generic editor options From e1a3186175fe737299617e8713ecefbe816aaa5b Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Wed, 6 Oct 2021 13:15:39 +0200 Subject: [PATCH 3/3] Correct plugin url Co-authored-by: Michael Peyton Jones --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index ab51d217d9..a6ef15700a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -28,7 +28,7 @@ Settings like this are typically provided by the generic LSP client support for Your editor may provide some settings that affect how the information from the language server is used. For example, whether popups are shown, or whether code lenses appear by default. -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-haskell). +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). ### Language-specific server options