Skip to content

Commit 12cf5e5

Browse files
committed
Remove redundant mention to install
1 parent c01f4d9 commit 12cf5e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,9 @@ Choose `haskell-language-server` in the extension setting `languageServerHaskell
295295

296296
### Using Haskell Language Server with Sublime Text
297297

298-
- Make sure haskell-language-server and haskell-language-server-wrapper are installed (see above) and they are in the global `$PATH`.
299298
- Install [LSP](https://packagecontrol.io/packages/LSP) using [Package Control](https://packagecontrol.io/)
300299
- 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`
302301

303302
```json
304303
{
@@ -321,8 +320,7 @@ Now open a Haskell project with Sublime Text. You should have these features ava
321320

322321
### Using Haskell Language Server with Vim or Neovim
323322

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)
326324
or any other Vim Language server protocol client.
327325
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.
328326

@@ -419,7 +417,7 @@ let g:LanguageClient_rootMarkers = ['*.cabal', 'stack.yaml']
419417

420418
### Using Haskell Language Server with Atom
421419

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),
423421

424422
```bash
425423
$ apm install language-haskell atom-ide-ui ide-haskell-hie

0 commit comments

Comments
 (0)