You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using some different keybinding than ga doesn't help either.
Intero-neovim mainly does some communication with an Intero process over the neovim terminal to retrieve information like types of functions place of definition or evaluating code for haskell development.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Starting with a clean installation + vim-plug.
.config/nvim/init.vim
::PlugInstall
Open a file with a haskell extension. E.g:
nvim test.hs
In normal mode enter
ga
Expected result:
Nothing happens so far, because the command is still missing a motion. Like
gaip
.Actual result:
Immediately after
ga
easy align is activated and a motion following it would be interpreted as commands for easy align.Version:
NVIM 0.1.7 on ArchLinux
I reported the isssue to
intero-neovim
here.More information:
Using some different keybinding than
ga
doesn't help either.Intero-neovim mainly does some communication with an Intero process over the neovim terminal to retrieve information like types of functions place of definition or evaluating code for haskell development.
The text was updated successfully, but these errors were encountered: