File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -301,14 +301,14 @@ Choose `haskell-language-server` in the extension setting `languageServerHaskell
301
301
302
302
` ` ` json
303
303
{
304
- "clients": {
305
- "haskell-ide-engine": {
306
- "command": ["haskell-language-server-wrapper", "--lsp"],
307
- "scopes": ["source.haskell"],
308
- "syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"],
309
- "languageId": "haskell",
304
+ "clients": {
305
+ "haskell-ide-engine": {
306
+ "command": ["haskell-language-server-wrapper", "--lsp"],
307
+ "scopes": ["source.haskell"],
308
+ "syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"],
309
+ "languageId": "haskell",
310
+ },
310
311
},
311
- },
312
312
}
313
313
` ` `
314
314
@@ -329,7 +329,7 @@ Coc is recommend since it is the only complete LSP implementation for Vim and Ne
329
329
Follow Coc's [installation instructions](https://github.com/neoclide/coc.nvim).
330
330
Then issue `:CocConfig` and add the following to your Coc config file.
331
331
332
- ` ` ` jsonc
332
+ ` ` ` json
333
333
"languageserver": {
334
334
"haskell": {
335
335
"command": "haskell-language-server-wrapper",
You can’t perform that action at this time.
0 commit comments