Skip to content

Commit 1b08736

Browse files
committed
Clarify where lsp settings are located
1 parent d8f0d36 commit 1b08736

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@ If your desired ghc has been found, you use it to install haskell-language-serve
258258

259259
haskell-language-server supports some forms of configuration.
260260

261+
This configuration is done via the LSP settings you provide with your editor and/or LSP client.
262+
Some examples include:
263+
* in VSCode/VSCodium this is done via the `Settings` tab
264+
* with `LanguageClient-neovim` you can point the [`g:LanguageClient_settingsPath`](https://github.com/autozimu/LanguageClient-neovim/blob/0e5c9546bfddbaa2b01e5056389c25aefc8bf989/doc/LanguageClient.txt#L221)
265+
variable to the file in which you want to keep your LSP settings
266+
261267
### Formatting providers
262268
By default, haskell-language-server is compiled with support for several different formatters.
263269

0 commit comments

Comments
 (0)