Skip to content

Commit

Permalink
Add lsp-mode links (#2260)
Browse files Browse the repository at this point in the history
* Add lsp-haskell links

* Correct plugin url

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>

* Correct plugin url

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
  • Loading branch information
jneira and michaelpj committed Oct 6, 2021
1 parent ee4b496 commit 4ab35bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-mode).

### 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-mode).

### Language-specific server options

Expand Down

0 comments on commit 4ab35bc

Please sign in to comment.