Files
neovim/runtime/lua/vim
Alessandro Pezzoni a2c2a08652 fix(lsp): accept file URIs without a hostname
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.
2021-07-10 18:27:37 +01:00
..
2018-12-20 11:57:30 +01:00
2020-11-12 22:21:34 -05:00
2021-06-14 21:45:14 +02:00
2021-05-01 08:19:48 -04:00