-
I am just starting to learn Haskell because I am trying to migrate to xmonad so any tips or recommendations are welcomed.
### Your environment
Output of `haskell-language-server --probe-tools` or …
-
Using neovim, vim-lsp, haskell-language-server a2b7710a17b2b76a4954527b79f9f6f3e7a3f879
```
cabal unpack generic-trie
cd generic-trie*
cat
TomMD updated
4 years ago
-
Hi! First, thanks a lot for maintaining this! It's very useful.
I'm posting this in the hope that it'll save someone else from spending an afternoon making (mostly random) changes to their `coc-set…
-
Hello,
first of all, thanks a lot for such amazing project, which makes coding Haskell in VSCode fantastic experience!
I'm facing strange behaviour when trying to format code with Brittany. Any …
-
I installed `hie-core` and it works from command line on a given file. I also installed `vim-lsp` to integrate with `neovim` and added the configuration line from the `README` in my `init.vim`, but wh…
-
- Did you upgrade to latest plugin version? **Yes**
- Did you upgrade to/compile latest binary? Run shell command
`bin/languageclient --version` to get its version number. **Yes**
- (Neovim users…
-
Hello! I'd like to develop a plugin with this and `nvim-hs`, but I'm having some trouble getting the minimal setup working. Here are the steps to reproduce what I'm running into:
1. Add `Plug 'neov…
-
on a newly init'd stack project (`stack init test-project`), I'm getting the following errors when I run `ghcide`:
```
[6/6] Loading interesting files
[DEBUG] Finishing shakeRun (took 0.00s, exce…
-
If you encounter a bug or you have a support question, please try to fill out some of the information below.
However, if you think your issue does not need any of it, you may omit it.
Generally spea…
-
at least not if `$EDITOR` is set to `nvim`. It looks like that the file name returned from fzf needs to escape the blank characters.
e.g. if the search result returns the file name `one two.md`, t…