mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 09:32:39 +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' };
})