mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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' }; })