Commit Graph

126 Commits

Author SHA1 Message Date
Guru Devanla
f1ed7ecf4d
Update Emacs Integration Notes
Remove outdated instructions and provide a list to lsp-haskell which will allow us to keep in sync with the changes.
2020-09-28 04:21:58 -07:00
Guru Devanla
781f863a30
Upate Emacs setup notes
Update the Emacs set up notes to reflect that latest changes in lsp-haskell. The latest version of lsp-haskell sets the default server to `haskell-language-server-wrapper`. The old variable `lsp-haskell-process-path-hie` is deprecated.
2020-09-27 21:35:47 -07:00
Georgi Lyubenov
1b08736cfa Clarify where lsp settings are located 2020-09-26 13:35:00 +03:00
Georgi Lyubenov
d8f0d36b7f Cleanup trailing whitespace 2020-09-26 00:27:03 +03:00
Georgi Lyubenov
3bed4080bf Add documentation on choosing a formatter 2020-09-26 00:26:43 +03:00
Javier Neira
84a227489e
Merge pull request #428 from Anrock/patch-1
Clarify that eval is a lens
2020-09-25 08:01:40 +02:00
Luke Lau
066ce8b94f
Add link to ghcup installation in README 2020-09-24 15:13:32 +01:00
Vladislav Shtepin
dba71bfcfe
Clarify that eval is a lens 2020-09-24 13:08:15 +03:00
Luke Lau
5115bbb7c6
Add ghcup to README table of contents 2020-09-23 14:00:31 +01:00
Luke Lau
39b4d56a01
Mention installing via ghcup in the readme
Thanks @hasufell!
2020-09-23 13:59:35 +01:00
Javier Neira
d2d07baa96
Separate paragraphs 2020-09-23 07:38:08 +02:00
Alan Zimmerman
e8c02fe419
Merge pull request #420 from haskell/jneira-readme-editorconfig
Include .editorconfig in the contributing section
2020-09-22 12:51:42 +01:00
Javier Neira
58447ecd92
Include .editorconfig in the contributing section 2020-09-22 12:23:00 +02:00
Javier Neira
e143c13755
Grammar correction
Co-authored-by: Neil Mitchell <ndmitchell@gmail.com>
2020-09-22 10:01:04 +02:00
Javier Neira
b70efdf223
Mention the copy of executables wit ghc version
* Closes #401
2020-09-22 09:27:20 +02:00
Nick Dunets
5aef6ee40f
README clarify how exactly to use code evaluation
wasn't immediately obvious for me
2020-09-05 01:31:21 +12:00
Gihyeon Sung
d748b06404
Revise README.md
- Update permanently redirected links to ghcide
- Fix not maintained table of contents
- Fix invalid and misindented JSONs
2020-09-03 23:11:11 +09:00
Junyoung Clare Jang
864d99ac0b
Merge pull request #343 from rgleichman/patch-1
Add use-package to the list of emacs packages
2020-08-29 21:36:54 -04:00
Robbie Gleichman
9653da7064
Update README.md 2020-08-29 16:52:15 -07:00
Luke Lau
b6c1551b6e
Tweak some old contributing instructions in README 2020-08-21 16:04:47 +01:00
Robbie Gleichman
10fd03c1d6
Add use-package to the list of emacs packages
use-package is used in the block below
2020-08-20 21:13:56 -07:00
Julien Debon
b224e598c9
Update VS Code Haskell URL/repo 2020-08-18 21:58:36 +02:00
sir4ur0n
cd2e29162f Fix after review 2020-08-17 18:27:04 +02:00
sir4ur0n
dd86e6b055 doc(hack): Add explanation to hack and test HLS 2020-08-16 20:16:32 +02:00
Alan Zimmerman
23dda97f58
Merge pull request #310 from pepeiborra/imports-lens
Explicit imports lens (as seen on Twitter)
2020-08-15 21:52:11 +01:00
Luke Lau
6c424491bd
Merge pull request #315 from oblitum/patch-1
Simplify coc.nvim instructions
2020-08-13 13:59:44 +01:00
Hörmet Yiltiz
eda5b49d01
Coc config file requires a {} nesting everything
Coc site [1] now shows an example config with a top level `{}` that includes everything. Without it, `Coc` complains about syntax error in the config file, and the language server will not be loaded. 

```json
{
  "languageserver": {
    "go": {
      "command": "gopls",
      "rootPatterns": ["go.mod"],
      "trace.server": "verbose",
      "filetypes": ["go"]
    }
  }
}
```
[1] https://github.com/neoclide/coc.nvim
2020-08-12 19:51:24 -04:00
Francisco Lopes
13f20ff328
Simplify coc.nvim instructions 2020-08-12 13:20:20 -03:00
Pepe Iborra
b6cd60e3c7 Add readme entry with imgur GIF
I swear that it works for me...
2020-08-10 22:08:17 +01:00
Pepe Iborra
c980ee3812 Fix retrie gif 2020-08-09 18:59:06 +01:00
Alan Zimmerman
ba463538fb
Merge pull request #266 from pepeiborra/retrie
Initial Retrie plugin
2020-08-03 20:09:57 +01:00
Pepe Iborra
366e8b65d5 Fix imgur link in README 2020-08-02 08:13:19 +01:00
shaurya gupta
5352505902 add hie.yaml to coc configuration 2020-08-01 22:13:15 +05:30
Pepe Iborra
0722bfd90d Add README entry 2020-08-01 13:58:05 +01:00
Luke Lau
5407dfff2b Update URL to VS Code extension to point to Haskell publihsed one 2020-07-28 16:27:58 +01:00
Luke Lau
c19f4e7322 Rename the configuration section from languageServerHaskell => haskell
This matches up with how other language servers name their configuration
section (see
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust), and
the new VS Code extension has already done this rename.
2020-07-23 15:43:35 +01:00
Javier Neira
4fb49985c0
Merge pull request #209 from georgefst/readme-haddock
Mention docs on hover feature in README
2020-07-23 13:47:36 +02:00
Luke Lau
037e7fe670 Mention new installation stuff in README 2020-07-23 00:04:48 +01:00
George Thomas
f8aa985a78 Add more info on passing -haddock flag 2020-07-20 18:32:44 +01:00
George Thomas
0b73a81512 Mention docs on hover feature in README 2020-07-20 00:09:08 +01:00
Pepe Iborra
d69200f34e Fix eval screen rec 2020-07-16 20:46:36 +01:00
Pepe Iborra
e7a755394e Add (empty) features section to README 2020-07-16 20:46:36 +01:00
Julien Debon
8e8a1896b4 doc(preprocessor): Document the preprocessor limitation
Related to #176
2020-06-26 15:40:44 +02:00
fendor
37a32b06f2 Remove last occurrences of shake.yaml 2020-06-14 22:13:55 +02:00
sir4ur0n
27d3557481 Improve following Github discussions
* Add stack.yaml to install/ folder
* Add Stack and Cabal templates for hie.yaml for install/ folder
* Add and cleanup documentation about hie.yaml
* Add comment about building for Stack
2020-06-06 00:35:58 +02:00
Javier Neira
a55e371eba
Merge pull request #132 from jneira/readme-eds
Complete editor integrations
2020-05-27 22:25:01 +02:00
jneira
e59b4bd43d Correct language server name 2020-05-26 23:18:40 +02:00
jneira
34ed4b92c7 Add needed step for sublime 2020-05-26 22:50:26 +02:00
jneira
2cf7913091 Correct typo 2020-05-26 22:40:25 +02:00
jneira
3dbde82d8c Fix json formatting 2020-05-26 22:32:36 +02:00
jneira
d459c78b61 Remove reference to mac specific key shortcut 2020-05-26 22:30:31 +02:00
jneira
12cf5e5217 Remove redundant mention to install 2020-05-26 22:28:18 +02:00
Javier Neira
c01f4d9ec4
Correct punctuation
Co-authored-by: Julien Debon <julien.debon@pm.me>
2020-05-26 22:11:57 +02:00
Javier Neira
18b44a3d39
Correct upper case
Co-authored-by: Julien Debon <julien.debon@pm.me>
2020-05-26 22:11:37 +02:00
Javier Neira
d92670e59d
Rephrasing
Co-authored-by: Julien Debon <julien.debon@pm.me>
2020-05-26 22:00:09 +02:00
Javier Neira
935bc9389e
More backquotes and upper case
Co-authored-by: Julien Debon <julien.debon@pm.me>
2020-05-26 21:57:44 +02:00
Javier Neira
0fd8ea49ef
Add backquotes to executables
Co-authored-by: Julien Debon <julien.debon@pm.me>
2020-05-26 21:56:46 +02:00
sir4ur0n
194bf66e84 Add zlibc to readme 2020-05-26 15:11:59 +02:00
jneira
ad713ce884 Update install instructions for vim-plug 2020-05-26 11:15:37 +02:00
jneira
9c4f60ae60 Copy rest of editor integrations from hie 2020-05-26 09:04:49 +02:00
jneira
f3a959f94e Minor corrections and formatting 2020-05-26 08:25:50 +02:00
Owen Shepherd
435cc09539
added kakoune integration instructions 2020-05-23 21:36:22 +01:00
Yuan Wang
d42996e100
address code review feedback 2020-05-18 10:52:39 -06:00
Yuan Wang
f9d8b357f9
address code review feedback 2020-05-17 21:37:02 -06:00
Yuan Wang
239e6ffad6
add editor integration section 2020-05-17 13:30:44 -06:00
jneira
1eba1b02f6 Add current dir to cabal-hls-install calls 2020-05-16 22:49:47 +02:00
jneira
7eca41ae5f Mention implicit-hie 2020-05-16 16:54:08 +02:00
jneira
2be97e8688 Port partially hie README 2020-05-16 02:18:30 +02:00
Hans Höglund
ea80083fa0
Add links to README 2020-04-21 18:52:07 +01:00
Alan Zimmerman
d85938fa15 Rename to haskell-language-server
Voting at time of migration was 42 for this name, next closest was 6.

Closes #29
2020-02-01 09:50:03 +00:00
Alan Zimmerman
60b09d1749 Kick circle, by adding badges 2020-01-29 22:50:16 +00:00
Alan Zimmerman
fb1cdb7cff
Add IRC channel details to README
Still using #haskell-ide-engine
2020-01-29 18:32:04 +00:00
Sridhar Ratnakumar
944e9a34ed
Link to Neil's post in README
Acting as a background context to project
2020-01-27 12:40:07 -05:00
Pepe Iborra
f012fd0e81 Embed ghcide as a git submodule 2020-01-26 09:05:39 +00:00
Alan Zimmerman
5e96992e83 Add proof of concept hard-coded hover handler
A kind of "hello world" LSP plugin.

Tested with emacs lsp-mode by setting "Lsp Haskell Process Path Hie"
to `ide`, and clearing out the "Lsp Haskell Process Args Hie".
2020-01-25 19:45:32 +00:00
Alan Zimmerman
ea7bc472dd
Initial commit 2020-01-25 14:19:40 +00:00