mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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