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

printing to echo message on enter? #47

Open
kkharji opened this issue Jul 3, 2021 · 4 comments
Open

printing to echo message on enter? #47

kkharji opened this issue Jul 3, 2021 · 4 comments

Comments

@kkharji
Copy link

kkharji commented Jul 3, 2021

Hey there, I'm not sure whether this is some issue with my editor or that of the plugin, but every time I press enter or hit o in normal mode, the last line get printed to the status line. Any ideas, Thanks

@kkharji
Copy link
Author

kkharji commented Jul 3, 2021

Okay it's definitely something todo with rescript

@ryyppy
Copy link
Member

ryyppy commented Jul 6, 2021

sounds like a lsp-client kind of issue? what is your setup?

@kkharji
Copy link
Author

kkharji commented Jul 6, 2021

I'm using builtin lsp with default setup steps

@ilaitinen
Copy link

I've noticed the current line being echoed on the status line, too. Not when pressing enter but often when hitting o in normal mode. I'm typically using vim-airline, which displays the current mode, and consequently have noshowmode set.

Seems like the default -- INSERT -- status hides the issue.

Minimal vimrc:

call plug#begin()
Plug 'rescript-lang/vim-rescript'
call plug#end()

set noshowmode

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

3 participants