mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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