vim-rescript icon indicating copy to clipboard operation
vim-rescript copied to clipboard

printing to echo message on enter?

Open kkharji opened this issue 4 years ago • 4 comments

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 avatar Jul 03 '21 11:07 kkharji

Okay it's definitely something todo with rescript

kkharji avatar Jul 03 '21 11:07 kkharji

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

ryyppy avatar Jul 06 '21 17:07 ryyppy

I'm using builtin lsp with default setup steps

kkharji avatar Jul 06 '21 18:07 kkharji

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

rnmmnen avatar Feb 09 '22 22:02 rnmmnen