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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
The changes should make it easier for a newcomer to integrate HIE with Vim. The previous version made me think that I as Vim user had to clone the LanguageClient-neovim repo, when in reality vim-plug works just fine to install the plugin. Using vim-plug is arguably easier than cloning the repo and adding it to the runtime path.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ in
360
360
}
361
361
```
362
362
363
-
Now open a haskell project with Sublime Text. You should have these features available to you:
363
+
Now open a Haskell project with Sublime Text. You should have these features available to you:
364
364
365
365
1. Errors are underlined in red
366
366
2. LSP: Show Diagnostics will show a list of hints and errors
@@ -371,8 +371,8 @@ Now open a haskell project with Sublime Text. You should have these features ava
371
371
As above, make sure HIE is installed. These instructions are for using the [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) client.
372
372
373
373
#### vim-plug
374
-
If you use [vim-plug](https://github.com/junegunn/vim-plug), then you can do this by e.g.
375
-
including the following line in the Plug section of your `init.vim`:
374
+
If you use [vim-plug](https://github.com/junegunn/vim-plug), then you can do this by e.g.,
375
+
including the following line in the Plug section of your `init.vim` or `~/.vimrc`:
As an alternative to using [vim-plug](https://github.com/junegunn/vim-plug) shown above, clone[LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim)
388
388
into `~/.vim/pack/XXX/start/`, where `XXX` is just a name for your "plugin suite".
0 commit comments