mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
`server_capabilities` can be nil until the server is initialized.
Reproduced with:
vim.lsp.stop_client(vim.lsp.start_client {
cmd = { vim.v.progpath, '-es', '-u', 'NONE', '--headless' };
})