-
I use Archlinux... and I installed haskell-ide-engine according to instructions here. Then I created a new project with "stack new bonsai-hs yesod/sqlite".
Then I set up neovim, and atom to use hie. …
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
❯ haskell-language-server-wrapper --probe-tools
haskell-langu…
-
I've recently started work on a Neovim plugin for stack-ide. It's very early in its life, currently containing only support for displaying the results of `RequestGetExpTypes`. But I hope to add additi…
-
I've set up HIE to work alongside coc.nvim, everything seems to work pretty well together, with the exception of autocompletion for type signatures.
A picture is probably worth a thousand words in …
-
> What is the latest commit SHA in your installed vim-gitgutter?
7b0b5098e3e57be86bb96cfbf2b8902381eef57c
> What vim/nvim version are you on?
vim 9.1
## Description
Using hunk preview `hp` …
-
The below code is existed in [this official example](http://eta-lang.org/docs/html/eta-tutorials.html#working-with-arrays)
```haskell
{-# LANGUAGE ScopedTypeVariables #-}
import Java
main ::…
-
Since the update to 0.9.79 (and still on 0.9.80) I've noticed visible windows on the current space sometimes not appearing in the results of `hs.window.filter.defaultCurrentSpace:getWindows()`. I mana…
-
I have this ghc environment:
``` nix
haskellEnv = pkgs.haskell.packages.ghc844.ghcWithPackages (haskellPackages: with haskellPackages;[
telegram-bot-simple
]);
```
but HIE do…
-
-
Currently, if you `Plug` a new Haskell plugin, the next time you open neovim you'll have to wait for the plugin to build before you can do anything. It'd be really nice if that could be done asynchron…