mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.28k stars 230 forks source link

Error arises from LspInstallServer in *.ml #333

Open daizu39 opened 3 years ago

daizu39 commented 3 years ago

If I command LspInstallServer, "rm: cannot remove 'lsp/test': No such file or directory" happens. 'lsp/test' has been already deleted in 'ocaml/ocaml-lsp'. So this command is not needed. line 11 in file : vim-lsp-settings/installer/install-ocaml-lsp.sh

rm -r lsp/test
mattn commented 3 years ago

Could you please send me pull-request?