neovim / nvim-lspconfig

Quickstart configs for Nvim LSP
Apache License 2.0
9.98k stars 2.04k forks source link

feat: do not process if commands[i] is func type #3200

Closed blmarket closed 1 week ago

blmarket commented 4 weeks ago

Context: https://github.com/neovim/nvim-lspconfig/issues/3087#issuecomment-2016041174

I want to set commands argument in vim.lsp.ClientConfig which has table<string, fun> type, which is not conforming to lspconfig's own commands type. lspconfig has to skip them for user command registrations.

glepnir commented 4 weeks ago

lint fix.

blmarket commented 1 week ago

Hello, can I get review again?