diff options
author | Mathias Fußenegger <mfussenegger@users.noreply.github.com> | 2022-08-12 10:10:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 10:10:03 +0200 |
commit | 02289ab898575368eeaa234bbd78725f8463044c (patch) | |
tree | d0f7782955a9f31bd95dd3b13dc02287a199bbd1 /src | |
parent | 103f10d901423637a80a887a58949bc582b44cae (diff) | |
download | rneovim-02289ab898575368eeaa234bbd78725f8463044c.tar.gz rneovim-02289ab898575368eeaa234bbd78725f8463044c.tar.bz2 rneovim-02289ab898575368eeaa234bbd78725f8463044c.zip |
fix(lsp): fix nil value error in get_group (#19735)
`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' };
})
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions