printing to echo message on enter?
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
Okay it's definitely something todo with rescript
sounds like a lsp-client kind of issue? what is your setup?
I'm using builtin lsp with default setup steps
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