mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

RFC 8089, which defines the file URI scheme, also allows URIs without a hostname, i.e. of the form file:/path/to/file. These are returned by some language servers and accepted by other LSP implementations, such as VSCode's, so it is reasonable for us to accept them as well.