mattn / mattn/vim-lsp-settings
Error arises from LspInstallServer in *.ml
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 1.4k
- Forks
- 245
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open vim-lsp-settings/installer/install-ocaml-lsp.sh and inspect line 11 in the LspInstallServer installation flow. Confirm that ocaml/ocaml-lsp no longer contains lsp/test, then remove the obsolete cleanup command and verify that LspInstallServer completes without the missing-path error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml, shell, vim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100