Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haskell Support Not Working #135

Open
gleachkr opened this issue May 30, 2021 · 1 comment
Open

Haskell Support Not Working #135

gleachkr opened this issue May 30, 2021 · 1 comment

Comments

@gleachkr
Copy link

Issue description

  • Brief description: Haskell support doesn't seem to be working.
  • Expected results: I type a haskell expression, like 1 into a codi haskell buffer, I see the value of the expression, e.g. 1.
  • Actual results: I type a haskell expression like 1 into a codi haskell buffer, I see nothing.
  • A minimal .vimrc that will reproduce the issue
call plug#begin('~/.config/nvim/plugged')
Plug 'metakirby5/codi.vim'
call plug#end()
  • Exact steps to reproduce the issue, starting with the command used to open
    nvim
    :Codi haskell
    1

Environment

Note: There's a double 1 on the final line of the log output. The evaluated expression always appears, postfixed to the final line of the log, but isn't output on the nvim side.

@rafpaf
Copy link

rafpaf commented Jun 10, 2022

Same with elixir on Ubuntu 20.04, script from util-linux 2.34, NVIM v0.8.0-dev+391-gc5720c722.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants