hrsh7th / cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
584 stars 24 forks source link

fix: use only clients attached to current buffer #48

Open jmbuhr opened 3 weeks ago

jmbuhr commented 3 weeks ago

vim.lsp.get_clients works only as a replacement for vim.lsp.buf_get_clients when explicitly told to get clients for the current buffer. Otherwise all clients attached to any buffer are returned.