-
HIE: Version 1.3, Git revision e61670f75f6e1218bc4c8024a3359d9a134c121d (3874 commits) x86_64 ghc-8.6.5
Stack: Version 2.1.3, Git revision 0fa51b9925decd937e4a993ad90cb686f88fa282 (7739 commits) x86_…
-
Sometimes when I start neovim on a haskell file (`nvim Foo.hs`) I have a blank neovim screen sitting there for a while only showing the message `"Foo.hs" 221 lines, 8209 characters` at the bottom. It …
-
### Steps to reproduce
vim -u vimrc min.rb
nvim --clean min.rb
vimrc
```vim
se nocp
syntax on
filetype plugin indent on
```
min.rb
```ruby
{a: 0}
```
Moving the cursor to the `}` po…
yamam updated
2 years ago
-
Using the following nix overlay, I can't get this plugin to work:
```
# ~/.config/nixpkgs/overlays/test-nvim.nix
self: super:
let
haskell-vim = super.fetchFromGitHub
{
owner = "neovim…
-
I'm on Neovim v0.3.1, with the plugin for GHCid installed as per the instructions on this Github repo. I have the following in my ``.ghci`` file:
```
:set -fwarn-unused-binds -fwarn-unused-imports…
-
I am using intero-nvim with `ghci` as backend provider (ghc 8.22). When I execute `:interoTypeGeneric` I get:
```
*Lib> :type-at "src/Lib.hs" 51 1 51 10 startApp
Couldn't guess that module name. …
-
## Information
```
▶ nvim --version
NVIM v0.3.5
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: /usr/lib/ccache/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe…
-
1. For a stub project,
```shell
$ stack new project hpack
$ cd project && stack setup && stack build
```
which goes now with `resolver: lts-14.19` (has no effect if reduced t…
qenep updated
4 years ago
-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
1) Installation is c…
-
Hi, this is a great tool. Would it bee possible to add some options in neovim to enable only some of the features?
Context:
I am having trouble using it in neovim as it regularly stops working and…