You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -295,10 +295,9 @@ Choose `haskell-language-server` in the extension setting `languageServerHaskell
295
295
296
296
### Using Haskell Language Server with Sublime Text
297
297
298
-
- Make sure haskell-language-server and haskell-language-server-wrapper are installed (see above) and they are in the global `$PATH`.
299
298
- Install [LSP](https://packagecontrol.io/packages/LSP) using [Package Control](https://packagecontrol.io/)
300
299
- From Sublime Text, press Command+Shift+P and search for Preferences: LSP Settings
301
-
- Paste in these settings. Make sure to change the command path to your `hie`
300
+
- Paste in these settings. Make sure to change the command path to your `haskell-language-server`
302
301
303
302
```json
304
303
{
@@ -321,8 +320,7 @@ Now open a Haskell project with Sublime Text. You should have these features ava
321
320
322
321
### Using Haskell Language Server with Vim or Neovim
323
322
324
-
As above, make sure haskell-language-server and haskell-language-server-wrapper are installed.
325
-
Then you can use [Coc](https://github.com/neoclide/coc.nvim), [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim)
323
+
You can use [Coc](https://github.com/neoclide/coc.nvim), [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim)
326
324
or any other Vim Language server protocol client.
327
325
Coc is recommend since it is the only complete LSP implementation for Vim and Neovim and offers snippets and floating documentation out of the box.
328
326
@@ -419,7 +417,7 @@ let g:LanguageClient_rootMarkers = ['*.cabal', 'stack.yaml']
419
417
420
418
### Using Haskell Language Server with Atom
421
419
422
-
Make sure haskell-language-server and haskell-language-server-wrapper are installed, then install the two Atom packages [atom-ide-ui](https://atom.io/packages/atom-ide-ui) and [ide-haskell-hie](https://atom.io/packages/ide-haskell-hie),
420
+
Install the two Atom packages [atom-ide-ui](https://atom.io/packages/atom-ide-ui) and [ide-haskell-hie](https://atom.io/packages/ide-haskell-hie),
0 commit comments