Skip to content

Commit 704ed3c

Browse files
authored
Update README to reflect how it is an LSP server
Also fix those root markers for LanguageClient-NeoVim
1 parent a2f29e6 commit 704ed3c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
[appveyor]: https://ci.appveyor.com/project/Bubba/haskell-ide-engine-74xec
1515

1616

17-
This project aims to be __the universal interface__ to __a growing number of Haskell tools__, providing a __full-featured and easy to query backend__ for editors and IDEs that require Haskell-specific functionality.
18-
19-
__We are currently focusing on using the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) as the interface via which
20-
we talk to clients.__
17+
This project aims to be __the universal interface__ to __a growing number of Haskell tools__, providing a __fully-featured [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) server__ for editors and IDEs that require Haskell-specific functionality.
2118

2219
- [Haskell IDE Engine (HIE)](#haskell-ide-engine-hie)
2320
- [Features](#features)
@@ -545,9 +542,10 @@ Then issue `:CocConfig` and add the following to your Coc config file.
545542
"haskell": {
546543
"command": "hie-wrapper",
547544
"rootPatterns": [
548-
".stack.yaml",
549-
"cabal.config",
550-
"package.yaml"
545+
"*.cabal",
546+
"stack.yaml",
547+
"cabal.project",
548+
"package.yaml",
551549
],
552550
"filetypes": [
553551
"hs",

0 commit comments

Comments
 (0)