hrsh7th / cmp-nvim-lsp

nvim-cmp source for neovim builtin LSP client
MIT License
1.29k stars 52 forks source link

Fix default_capabilities() #37

Closed Jesse-Bakker closed 2 years ago

Jesse-Bakker commented 2 years ago

The overridden settings should be inside the completionItem sub-object instead of in the textDocument.completion object.

hrsh7th commented 2 years ago

Thank you!