mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 13:53:12 +00:00
Sending `didOpen` with a `file` scheme causes problems with some language servers because they expect the file to exist on disk. See https://github.com/microsoft/language-server-protocol/pull/1679