-
Minimal example (app/Main.hs file in standard stack's `new` template):
```haskell
{-# LANGUAGE RecordWildCards #-}
data Foo a = Foo {foo :: a, bar :: a}
fun :: Foo a -> a
fun f @ Foo{..} = fo…
-
When `nvim_buf_get_extmark_by_id` is called with a map containing `{"details ": true}`, it also returns the details object. But nvim-hs is expecting to parse the result as `Vector Int64`, which isn't …
-
### Description
Functionality remains, its just abit annoying to have these popup mesages:
```log
Error executing vim.schedule lua callback: ...ocal/nvim-data/lazy/diffview.nvim/lua/diffview/as…
-
in vim, when i use ctrl-] to jump to a tag, I am placed on the line preceding the thing I jumped to.
i created tags using `hasktags -bx .`
my vimrc looks like this:
```
set ignorecase
set h…
-
# How to reproduce:
1. Starting with a clean installation + vim-plug.
2. `.config/nvim/init.vim`:
call plug#begin('~/.local/share/nvim/plugged')
Plug 'junegunn/vim-easy-align'
…
-
It works as expected when go.nvim is not installed or loaded (lazy.vim) however hen go.nvim is installed and loaded the first `telescope lsp_definitions` outside buffer yields the error under **Actual…
-
TODO: Handle ambiguous targets:
e.g.,
```console
Error: cabal: Abmiguous target: 'lib/test/Spec.hs`.
It could be:
subpackage1-spec:test/Spec (file)
subpackage2-test:test/Spec (file)
…
-
### Your environment
Which OS do you use? Gentoo Linux
Which version of GHC do you use and how did you install it? 9.0.2 from gentoo linux
How is your project built? https://codeberg.org/amano.ke…
-
# How to reproduce:
1. Starting with a clean installation + vim-plug.
2. `.config/nvim/init.vim`:
call plug#begin('~/.local/share/nvim/plugged')
Plug 'junegunn/vim-easy-align'
…
-
Hi,
I am observing strange behavior. Judging by hie's log it correctly sees updates I make to the file:
```
2020-05-27 11:08:01.516354 [ThreadId 1255] - Typechecked modules for: Just "/private/…