LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

documentHighlight to documentHighlightProvider #281

Open sanchit1053 opened 1 year ago

sanchit1053 commented 1 year ago

Same as the title In the branches LSP and further in handler.lua in the function lsp_highlight_document the variable client.server_capabilities.documentHighlight should be changed to client.server_capabilities.documentHighlightProvider

SumonGFC commented 2 months ago

Thank you!!!