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

avoid 1 <enter> when opening new file

Open zeroexcuses opened this issue 2 years ago • 1 comments

Whenever I open a nvim session on a *.res file, it asks me to press "1 "

Start a build on this project to get the freshest data ?
1. start build

Is there a way to have this auto-yes so I do not have to hit 1 <cr> every time I open a nvim session ?

Thanks!

zeroexcuses avatar Mar 09 '23 23:03 zeroexcuses

Hey,

I changed the lsp server file in the extension folder to deactivate the prompt. In line 48 of this file /.local/share/nvim/site/pack/packer/start/vim-rescript/server/out/server.js you can set askToStartBuild to false.

dkirchhof avatar Apr 12 '23 15:04 dkirchhof