mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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