vim-rescript
vim-rescript copied to clipboard
avoid 1 <enter> when opening new file
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!
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.